From c6350c7dd642ad11d9048b54bc20031ebe10485f Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 5 Sep 2022 17:57:39 -0700 Subject: [PATCH] updates --- alpine/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine/Dockerfile b/alpine/Dockerfile index afd24c5..22f3d00 100644 --- a/alpine/Dockerfile +++ b/alpine/Dockerfile @@ -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" ]