Fix CP commands

This commit is contained in:
Gabri Botha 2021-06-04 12:55:12 +02:00
parent 386f240381
commit 9d7cc62541

View file

@ -6,6 +6,6 @@ ENV TZ Africa/Johannesburg
ENV DEPLOY_STAGE staging ENV DEPLOY_STAGE staging
WORKDIR /app WORKDIR /app
COPY target/* /app/ ADD target/ target
ENTRYPOINT ["java","-jar","/app/*.jar"] ENTRYPOINT ["java","-jar","/app/target/*.jar"]