docker: partial dockerfile, but not yet working
This commit is contained in:
parent
fc37aca05a
commit
0be4e19217
4
Dockerfile
Normal file
4
Dockerfile
Normal file
@ -0,0 +1,4 @@
|
||||
FROM adoptopenjdk:15-jre-hotspot
|
||||
RUN mkdir logs
|
||||
COPY Server/build/libs/Server.jar Server.jar
|
||||
CMD ["java", "-jar", "Server.jar", "-v"]
|
Loading…
Reference in New Issue
Block a user