Merge pull request 'fix: remove public COPY — no public dir in repo' (#24) from fix/remove-public-copy into main

This commit was merged in pull request #24.
This commit is contained in:
2026-04-01 05:03:32 +00:00
2 changed files with 0 additions and 1 deletions

View File

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

0
public/.gitkeep Normal file
View File