Browse Source

dockerfile fix

sRu
gsd 7 months ago
parent
commit
97afbd401b
  1. 3
      Dockerfile.web

3
Dockerfile.web

@ -11,7 +11,8 @@ RUN pnpm fetch --prod
WORKDIR /app/packages/web
COPY . /app
RUN pnpm build
ENV CI=true
RUN pnpm install && pnpm build
####################################
FROM nginx:1.29.1-alpine-slim as web
RUN rm -r /usr/share/nginx/html \

Loading…
Cancel
Save