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

@@ -15,4 +15,3 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
apt-get install lib32gcc-s1 steamcmd -y --no-install-recommends && \ apt-get install lib32gcc-s1 steamcmd -y --no-install-recommends && \
ln -s /usr/games/steamcmd /bin/steamcmd && \ ln -s /usr/games/steamcmd /bin/steamcmd && \
useradd ${USER} -d ${HOME} useradd ${USER} -d ${HOME}
USER ${USER}

View File

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