Shift user designation to SteamCMD

This commit is contained in:
Gethec
2022-06-23 19:57:52 -05:00
parent bbaa5aa086
commit 7829fb9834
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
FROM gethec/pterodactyl-yolks:steamcmd-installer
USER ${USER}
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]