Initial Commit

This commit is contained in:
harmacist 2021-03-01 21:41:44 -06:00
commit 71372be1ee
6 changed files with 16 additions and 0 deletions

2
.dockerignore Normal file
View File

@ -0,0 +1,2 @@
.gitignore
.idea/

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea/

9
Dockerfile Normal file
View File

@ -0,0 +1,9 @@
FROM java:latest
WORKDIR /opt/minecraft
COPY . .
RUN java -jar forge-1.16.5-36.0.43-installer.jar --installServer
CMD java -Xmx4G -Xms4G -jar forge-1.16.5-36.0.43.jar nogui

4
eula.txt Normal file
View File

@ -0,0 +1,4 @@
# Generated via Docker
# Sun Feb 28 23:51:05 CST 2021
eula=true

Binary file not shown.

BIN
minecraft_server.1.16.5.jar Normal file

Binary file not shown.