.. | ||
.gitignore | ||
default-packages.sh | ||
Dockerfile | ||
launch-devel.sh | ||
launch-production.sh | ||
LICENSE | ||
prepare.sh | ||
README.md |
wdiff-markdown/docker
A docker container for deploying the wdiff-markdown application
Usage
Build the container with docker build -t 'adamarthurryan/wdiff-markdown'
.
Run the script prepare.sh
from this folder.
To launch the application in development mode, run ../launch-devel.sh
.
To launch the application in production mode, run ../launch-prod.sh
.