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