Skip to content

Commit

Permalink
Add public folder to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsharp committed Jan 6, 2025
1 parent 519e4a9 commit 7daa1f5
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 @@ -20,6 +20,7 @@ RUN npm run build
FROM base AS release

COPY --from=install /app/node_modules ./node_modules
COPY --from=build /app/public ./public
COPY --from=build /app/.next ./.next

EXPOSE 3000
Expand Down

0 comments on commit 7daa1f5

Please sign in to comment.