Remove layer

This commit is contained in:
Gethec
2022-06-23 19:28:55 -05:00
parent 0f115ef1fc
commit bbaa5aa086

View File

@@ -1,5 +1,4 @@
FROM gethec/pterodactyl-yolks:steamcmd-installer
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/bin/bash"]
CMD ["/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/entrypoint.sh"]