Skip to content
Snippets Groups Projects
Commit 114dede0 authored by Lionel Walter's avatar Lionel Walter
Browse files

Add WORKDIR to Dockerfile, so that the app can find the templates

parent 96a9566e
Branches
Tags
No related merge requests found
Pipeline #186110 passed
FROM eclipse-temurin:21-jre-jammy
ADD templates /app/templates
ADD target/app.jar /app/app.jar
WORKDIR /app
CMD java -jar /app/app.jar
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment