Closed AkihikoITOH closed 7 years ago
I've created Dockerfile for Github-Auto-Deploy.
Only for updating static files at this moment.
docker build -t github-auto-deploy . docker run -dt -v /path/to/hostdir:/path/to/containerdir github-auto-deploy
I've created Dockerfile for Github-Auto-Deploy.
Only for updating static files at this moment.