Skip to content

Commit

Permalink
fix: posts is not process in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
arcestia committed Nov 28, 2024
1 parent 4b33df9 commit 8ca62b2
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 @@ -36,6 +36,7 @@ COPY --from=builder /app/.yarnrc.yml ./.yarnrc.yml
COPY --from=builder /app/.npmrc ./.npmrc
COPY --from=builder /app/build ./build
COPY --from=builder /app/public ./public
COPY --from=builder /app/posts ./posts
COPY --from=builder /app/node_modules ./node_modules

# Verify build files exist
Expand Down

0 comments on commit 8ca62b2

Please sign in to comment.