Files
Pterodactyl-Yolks/SteamCMD/Dockerfile
2022-06-23 19:57:52 -05:00

6 lines
140 B
Docker

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