Skip to content

Commit

Permalink
Add public folder to docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorsharp committed Jan 6, 2025
1 parent f86abf9 commit 0c6117d
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 @@ -22,6 +22,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 0c6117d

Please sign in to comment.