Files
distant-horizons-core-sharded/_IDE files/AnotherQuestion/Dockerfile
T
2022-07-16 20:48:14 -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"]