Files
distant-horizons-core-sharded/_Misc Files/setup documentation/AnotherQuestion/Dockerfile
T
2022-08-30 07:46:40 -05:00

4 lines
178 B
Docker

FROM anapsix/alpine-java
MAINTAINER Ran
COPY anotherquestion-1.0-SNAPSHOT.jar /home/anotherquestion-1.0-SNAPSHOT.jar
CMD ["java","-jar","/home/anotherquestion-1.0-SNAPSHOT.jar"]