Update Dockerfile

This commit is contained in:
Sam 2023-12-18 12:31:03 +11:00 committed by Kent Keirsey
parent 9afdd0f4a8
commit a4f9bfc8f7

View File

@ -69,8 +69,6 @@ COPY invokeai/frontend/web/ ./
RUN --mount=type=cache,target=/pnpm/store \ RUN --mount=type=cache,target=/pnpm/store \
pnpm install --frozen-lockfile pnpm install --frozen-lockfile
RUN pnpm run build RUN pnpm run build
RUN --mount=type=cache,target=/usr/lib/node_modules \
yarn vite build
#### Runtime stage --------------------------------------- #### Runtime stage ---------------------------------------