This commit is contained in:
2022-09-05 17:57:39 -07:00
parent 20c54255f2
commit c6350c7dd6

View File

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