Skip to content

Commit

Permalink
fix: ui docker images remove public
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeherby committed Mar 10, 2024
1 parent 7b4b289 commit 007cfc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ ENV NODE_ENV production
RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs

COPY --from=builder /app/public ./public
#COPY --from=builder /app/public ./public

RUN mkdir .next
RUN chown nextjs:nodejs .next
Expand Down

0 comments on commit 007cfc8

Please sign in to comment.