This commit is contained in:
2022-09-05 17:58:32 -07:00
parent c6350c7dd6
commit 75d76757bc

2
debian/Dockerfile vendored
View File

@@ -25,7 +25,7 @@ RUN chmod +x /ftemp/Install_Script.sh \
VOLUME /foundry VOLUME /foundry
# TCP Port # TCP Port
EXPOSE 30000 EXPOSE ${GAME_PORT}
# Run command # Run command
CMD [ "/bin/sh", "/ftemp/Install_Script.sh" ] CMD [ "/bin/sh", "/ftemp/Install_Script.sh" ]