Přidat Dockerfile
This commit is contained in:
commit
0a195eee56
6
Dockerfile
Normal file
6
Dockerfile
Normal 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"]
|
Loading…
Reference in New Issue
Block a user