Docker fixes

This commit is contained in:
mrfry 2021-08-01 13:52:53 +02:00
parent 8c784e2472
commit 2eb6bb9a49
5 changed files with 36 additions and 11 deletions

View file

@ -5,6 +5,7 @@ if [ "$1" == "build" ]; then
exit
elif [ "$1" == "run" ]; then
# --entrypoint bash \
scripts/setup.sh
docker run -it \
-p 8080:80 \
--mount src="$(pwd)/stats",target=/server/stats,type=bind \