Improve anotherQuestion docker documentation

This commit is contained in:
James Seibel
2022-07-16 20:48:14 -05:00
parent c01fc2ed86
commit 207eded4b4
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
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"]