6 lines
132 B
Docker
6 lines
132 B
Docker
FROM gethec/pterodactyl-yolks:steamcmd-installer
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
ENTRYPOINT ["/bin/bash"]
|
|
CMD ["/entrypoint.sh"]
|