From 85ea996a92bc76995ab1f346c75128878401bedc Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Fri, 14 Feb 2020 17:54:37 +0000 Subject: [PATCH] [14.02.20] Copy attempt --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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