We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4313db commit a52a96fCopy full SHA for a52a96f
Dockerfile
@@ -5,7 +5,7 @@ COPY . /project
5
WORKDIR /project
6
RUN ./gradlew build -x test
7
8
-FROM itzg/minecraft-server
+FROM itzg/minecraft-server:java8
9
COPY --from=build /project/web/build/libs/*-all.jar /data/mods/
10
11
ENV EULA=TRUE
0 commit comments