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

6 lines
132 B
Docker

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