5 lines
127 B
Docker
5 lines
127 B
Docker
FROM gethec/pterodactyl-yolks:steamcmd-installer
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]
|