init files

This commit is contained in:
2024-12-29 02:37:51 +02:00
commit ca80db39cb
9 changed files with 23 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
FROM openjdk:8-alpine
EXPOSE 25565
RUN apk add --no-cache bash
WORKDIR /app
COPY . .
ENTRYPOINT [ "/app/start.sh" ]