Skip to content

Commit

Permalink
Merge pull request #23 from Best-offer-finder/copy-resources-dockerfile
Browse files Browse the repository at this point in the history
Copy templates to docker image
  • Loading branch information
Rivixer authored Jun 13, 2024
2 parents 08aba7b + 88d25be commit d037f1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ FROM openjdk:21-jdk-slim
# Set the working directory
WORKDIR /app

# Copy templates
COPY ./src/main/resources/templates/ ./src/main/resources/templates/

# Copy the built application from the builder stage
COPY --from=builder /app/build/libs/backend-*.jar ./backend.jar

Expand Down

0 comments on commit d037f1b

Please sign in to comment.