feat: sync full-stack Docker runtime and UI
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@ FROM ${DOCKER_REGISTRY_PREFIX}node:22-alpine AS build
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
RUN --mount=type=cache,target=/root/.npm \
|
||||
npm ci --prefer-offline --no-audit
|
||||
|
||||
COPY index.html vite.config.js ./
|
||||
COPY public ./public
|
||||
|
||||
Reference in New Issue
Block a user