Fix Dockerfile: remove COPY of runtime database.json file
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 39s Details

This commit is contained in:
Sidney Gomes 2026-07-20 18:55:57 -03:00
parent fd1c07594f
commit 3feed90d5a
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ COPY package.json package-lock.json* bun.lock* ./
RUN npm install --only=production
COPY --from=builder /app/dist ./dist
COPY --from=builder /app/database.json ./database.json
EXPOSE 3000