diff --git a/_IDE files/AnotherQuestion/Dockerfile b/_IDE files/AnotherQuestion/Dockerfile new file mode 100644 index 000000000..dd38b410d --- /dev/null +++ b/_IDE files/AnotherQuestion/Dockerfile @@ -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"] \ No newline at end of file diff --git a/_IDE files/anotherQuestion Docker setting Instructions.txt b/_IDE files/AnotherQuestion/anotherQuestion Docker setting Instructions.txt similarity index 78% rename from _IDE files/anotherQuestion Docker setting Instructions.txt rename to _IDE files/AnotherQuestion/anotherQuestion Docker setting Instructions.txt index 8fdb28be5..2e44251aa 100644 Binary files a/_IDE files/anotherQuestion Docker setting Instructions.txt and b/_IDE files/AnotherQuestion/anotherQuestion Docker setting Instructions.txt differ