Skip to content

Commit

Permalink
remove copy assets to final stage of docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmenendez committed Nov 27, 2024
1 parent f0de748 commit 4a2832c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,4 @@ 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 4a2832c

Please sign in to comment.