diff --git a/Dockerfile b/Dockerfile index 47ed322..b7df574 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM openjdk:8-jre-alpine MAINTAINER Andrew Sotheran -COPY /home/jenkins/workspace/automated-db-gateway/target/cryptosky-db-gateway.jar /home/cryptosky-db-gateway.jar +COPY cryptosky-db-gateway.jar /home/cryptosky-db-gateway.jar EXPOSE 9090 CMD ["java", "-jar", "/home/cryptosky-db-gateway.jar"] \ No newline at end of file