Přidat Dockerfile

This commit is contained in:
Radim Lipovčan 2024-06-18 18:42:48 +02:00
commit 0a195eee56

6
Dockerfile Normal file
View File

@ -0,0 +1,6 @@
FROM itzg/minecraft-server
COPY adjust.sh /opt/adjust.sh
COPY start.sh /opt/start.sh
CMD ["/bin/bash", "/opt/start.sh"]