Fix docker build issue in 2.0

This commit is contained in:
Louis Lam
2023-09-01 23:47:36 +08:00
parent 52946c3e08
commit 6e887b056c
3 changed files with 2 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ COPY --chown=node:node package-lock.json package-lock.json
RUN npm ci --omit=dev
COPY . .
COPY --chown=node:node --from=build_healthcheck /app/extra/healthcheck /app/extra/healthcheck
RUN mkdir ./data
############################################
# ⭐ Main Image