Steam: Copy correct entrypoint

Copy correct entrypoint
This commit is contained in:
Eduardo Ochetski Hellas 2024-04-30 15:18:26 -03:00 committed by GitHub
parent 020ed4e3a0
commit c7c2e0fd13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,5 +63,5 @@ RUN chmod +x /etc/services.d/utils/run
COPY start.sh $GAME_PATH/start.sh COPY start.sh $GAME_PATH/start.sh
RUN chmod +x $GAME_PATH/start.sh RUN chmod +x $GAME_PATH/start.sh
COPY docker-entrypoint.sh /startapp.sh COPY docker-entrypoint-steam.sh /startapp.sh
RUN chmod +x /startapp.sh RUN chmod +x /startapp.sh