Skip to content

Commit

Permalink
include assets in final docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Nov 27, 2024
1 parent 6b249a9 commit 56cded9
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 @@ -26,4 +26,7 @@ RUN apt-get update && \
WORKDIR /app
COPY --from=builder /src/backend ./

# Include the assets folder
COPY --from=builder /src/assets ./assets

ENTRYPOINT ["/app/backend"]

0 comments on commit 56cded9

Please sign in to comment.