try both.

This commit is contained in:
idk
2018-09-09 05:59:05 -04:00
parent 18622f623e
commit 61e69f6c14
3 changed files with 11 additions and 11 deletions

View File

@ -105,7 +105,7 @@ gendoc: all
@cat USAGE.md
docker-build:
docker build --force-rm --no-cache --build-arg user=$(eephttpd) --build-arg path=example/www -f Dockerfile -t eyedeekay/$(eephttpd) .
docker build --force-rm --build-arg user=$(eephttpd) --build-arg path=example/www -f Dockerfile -t eyedeekay/$(eephttpd) .
docker-volume:
docker run -i -t -d \