diff --git a/Dockerfile b/Dockerfile index 84267b4..ab07a78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,9 +103,4 @@ RUN (crontab -l 2>/dev/null; echo "*/30 * * * * /home/linuxgsm/*server update > RUN (crontab -l 2>/dev/null; echo "0 1 * * 0 /home/linuxgsm/*server update-lgsm > /dev/null 2>&1") | crontab - # Run SteamCMD as LinuxGSM user -RUN steamcmd +quit - -COPY entrypoint.sh /home/linuxgsm/entrypoint.sh - -ENTRYPOINT [ "/usr/bin/tini", "--" ] -CMD [ "bash","./entrypoint.sh" ] +RUN steamcmd +quit \ No newline at end of file