diff --git a/Dockerfile b/Dockerfile index 4f0cb53a1..a4caaf732 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL Gabri Botha ENV TZ Africa/Johannesburg ENV DEPLOY_STAGE staging +COPY . /app WORKDIR /app -ADD target/ target -ENTRYPOINT ["java","-jar","/app/target/*.jar"] \ No newline at end of file +ENTRYPOINT ["java","-jar","./target/*.jar"]