fix: remove public COPY — no public dir in repo #24

Merged
kibin merged 1 commits from fix/remove-public-copy into main 2026-04-01 05:03:33 +00:00
2 changed files with 0 additions and 1 deletions
Showing only changes of commit 41a90ad76e - Show all commits

View File

@@ -14,7 +14,6 @@ ENV NEXT_TELEMETRY_DISABLED=1
COPY --from=builder /app/package*.json ./ COPY --from=builder /app/package*.json ./
COPY --from=builder /app/.next ./.next COPY --from=builder /app/.next ./.next
COPY --from=builder /app/public ./public
COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/node_modules ./node_modules
EXPOSE 3000 EXPOSE 3000

0
public/.gitkeep Normal file
View File