Initial commit

This commit is contained in:
Valentin Brandl
2020-03-30 18:33:48 +02:00
commit 7cc380a042
194 changed files with 20062 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM openjdk:8-slim
COPY Server/ /server/
WORKDIR /server/
ENTRYPOINT ./launch.sh