Files
Pterodactyl-Yolks/SteamCMD/Dockerfile
2022-06-23 19:28:55 -05:00

5 lines
127 B
Docker

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