Skip to content

Commit

Permalink
Copy templates to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Rivixer committed Jun 13, 2024
1 parent 2c1665e commit 88d25be
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 88d25be

Please sign in to comment.