Files
Pterodactyl-Yolks/SteamCMD/Dockerfile
Mindfang 7b274706c2
All checks were successful
Build on Commit / build-and-push-image (push) Successful in 10m8s
Reverting tests
2024-03-01 14:43:14 -06:00

6 lines
159 B
Docker

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