Skip to content

Commit

Permalink
fix: docker missing static resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed May 28, 2024
1 parent dfb1bf1 commit 36b74d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ FROM base as runner
WORKDIR /usr/src/app

COPY --from=builder /usr/src/app/dist ./dist
COPY --from=builder /usr/src/app/static/event-links ./static/event-links
COPY --from=builder /usr/src/app/node_modules ./node_modules
COPY --from=builder /usr/src/app/package.json ./package.json

Expand Down

0 comments on commit 36b74d1

Please sign in to comment.