Fix Dockerfile: remove COPY of runtime database.json file
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 39s
Details
Build and Deploy (Gitea) / build-and-deploy (push) Successful in 39s
Details
This commit is contained in:
parent
fd1c07594f
commit
3feed90d5a
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue