Refactor code structure for improved readability and maintainability
Despliegue Automático / desplegar (push) Successful in 3m59s
Despliegue Automático / desplegar (push) Successful in 3m59s
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends python3 make g++ \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
RUN pnpm install --frozen-lockfile --prod
|
||||
COPY package.json ./
|
||||
RUN pnpm install --prod
|
||||
|
||||
FROM base AS production
|
||||
|
||||
|
||||
Reference in New Issue
Block a user