Skip to content

Commit

Permalink
chore: remove public directory in ui
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ST0R committed Aug 21, 2024
1 parent 30eba02 commit 7a8e862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN adduser --system --uid 1001 nextjs

# You only need to copy next.config.js if you are NOT using the default configuration
COPY --from=builder-production /app/next.config.js ./
COPY --from=builder-production /app/public ./public
# COPY --from=builder-production /app/public ./public
COPY --from=builder-production /app/package.json ./package.json

# Automatically leverage output traces to reduce image size
Expand Down

0 comments on commit 7a8e862

Please sign in to comment.