Skip to content

Commit

Permalink
Update Dockerfile.artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
kpetros committed May 17, 2018
1 parent 7e9498a commit 8f64d32
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile.artifact
@@ -1,6 +1,4 @@
FROM java:8-jre-alpine
#COPY target/vdc-repository-engine-0.0.1-SNAPSHOT.jar /app/vdc-repository-engine-0.0.1-SNAPSHOT.jar
#COPY etc/configuration.yml /app/configuration.yml
#COPY etc/security.yml /app/security.yml
COPY build/libs/Resolution-Engine-0.0.1-SNAPSHOT.jar /app/Resolution-Engine-0.0.1-SNAPSHOT.jar
EXPOSE 8080
#ENTRYPOINT ["java", "-jar", "\/app\/vdc-repository-engine-0.0.1-SNAPSHOT.jar", "\/app\/configuration.yml"]
ENTRYPOINT ["java", "-jar", "\/app\/Resolution-Engine-0.0.1-SNAPSHOT.jar"]

0 comments on commit 8f64d32

Please sign in to comment.