Skip to content

Commit 812e478

Browse files
committed
fix: add public dir and fix Dockerfile COPY syntax for dashboard
1 parent 3ed6ea7 commit 812e478

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ENV PORT=3000
4242
RUN addgroup --system --gid 1001 nodejs && \
4343
adduser --system --uid 1001 nextjs
4444

45-
COPY --from=builder /app/public ./public 2>/dev/null || true
45+
COPY --from=builder /app/public ./public
4646
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
4747
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
4848

dashboard/public/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)