Initial Commit
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
WORKDIR /app
|
||||
RUN apk add --no-cache openjdk21-jre
|
||||
RUN wget https://github.com/yairm210/Unciv/releases/latest/download/UncivServer.jar
|
||||
|
||||
RUN mkdir ./MultiplayerFiles
|
||||
|
||||
EXPOSE 8080
|
||||
CMD ["/usr/bin/java", "-jar", "/app/UncivServer.jar"]
|
||||
Reference in New Issue
Block a user