mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2026-04-28 03:07:38 +02:00
Docker fixes
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user