Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

dnldd/dcrwebapi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dcrwebapi

Build Docker image

docker build -t decred/dcrwebapi .

Push to Dockerhub

docker login

Enter your Docker HUB credentials that has write access to the decred/dcrwebapi repository.

docker push decred/dcrwebapi

Run image

docker pull decred/dcrwebapi:latest

By default, the container exposes port 80.

docker run --rm -d -p [local port]:80 decred/dcrwebapi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%