Skip to content

Commit

Permalink
remove public directory copy from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nheek committed Nov 22, 2024
1 parent 5f71a32 commit 2bae736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ FROM base AS run
RUN apk add --no-cache nodejs
COPY --from=build /app/.next/standalone /app
COPY --from=build /app/.next/static /app/.next/static
COPY --from=build /app/public /app/public
# COPY --from=build /app/public /app/public
EXPOSE 3000
CMD ["node", "server.js"]

0 comments on commit 2bae736

Please sign in to comment.