rename/reorganize the "_Msic Files" folder

This commit is contained in:
James Seibel
2022-08-30 07:46:40 -05:00
parent 14d0e65c68
commit 43d53e71c9
20 changed files with 0 additions and 0 deletions
@@ -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"]