Remove node_modules no container

This commit is contained in:
LeoMortari
2025-11-03 00:57:03 -03:00
parent 02e198d722
commit f390589e1a

View File

@@ -13,7 +13,7 @@ ARG BASE=/
ENV VITE_BASE_PATH=$BASE
RUN pnpm install
RUN pnpm run build
RUN rm -rf node_modules
FROM nginx:1.27-alpine