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
RUN mvn clean install
VOLUME /tmp
COPY target/*.jar app.jar
ENTRYPOINT ["java","-jar","/app/app.jar"]
ENTRYPOINT ["java","-jar","app.jar"]
EXPOSE 8080
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment