6 lines
159 B
Docker
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"]
|