Skip to content
Snippets Groups Projects
Commit 8de3633e authored by Stian Lyng Stræte's avatar Stian Lyng Stræte
Browse files

fix jar path

parent cd6c182a
No related branches found
No related tags found
No related merge requests found
...@@ -5,5 +5,5 @@ RUN apk add maven ...@@ -5,5 +5,5 @@ RUN apk add maven
RUN mvn clean install RUN mvn clean install
VOLUME /tmp VOLUME /tmp
COPY target/*.jar app.jar COPY target/*.jar app.jar
ENTRYPOINT ["java","-jar","/app/app.jar"] ENTRYPOINT ["java","-jar","app.jar"]
EXPOSE 8080 EXPOSE 8080
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment