Skip to content

Commit

Permalink
Add public folder
Browse files Browse the repository at this point in the history
Signed-off-by: miam-miam100 <[email protected]>
  • Loading branch information
miam-miam committed Mar 6, 2024
1 parent 0f2cb7f commit a19e500
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 @@ -31,6 +31,7 @@ COPY --from=builder /home/node/app/.next ./.next
COPY --from=deps /home/node/app/node_modules ./node_modules
COPY --from=builder /home/node/app/dist ./dist
COPY --from=builder /home/node/app/build ./build
COPY --from=builder /home/node/app/public ./public

EXPOSE 3000

Expand Down

0 comments on commit a19e500

Please sign in to comment.