7 lines
84 B
Docker
7 lines
84 B
Docker
FROM itzg/minecraft-server:latest
|
|
|
|
COPY mods/ /mods/
|
|
|
|
EXPOSE 25565/tcp
|
|
VOLUME /data
|