Remove node_modules no container
This commit is contained in:
@@ -13,7 +13,7 @@ ARG BASE=/
|
|||||||
ENV VITE_BASE_PATH=$BASE
|
ENV VITE_BASE_PATH=$BASE
|
||||||
RUN pnpm install
|
RUN pnpm install
|
||||||
RUN pnpm run build
|
RUN pnpm run build
|
||||||
|
RUN rm -rf node_modules
|
||||||
|
|
||||||
FROM nginx:1.27-alpine
|
FROM nginx:1.27-alpine
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user