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:
@@ -1,6 +1,5 @@
|
|||||||
# Dependencies
|
# Dependencies
|
||||||
node_modules/
|
node_modules/
|
||||||
pnpm-lock.yaml
|
|
||||||
|
|
||||||
# Environment variables
|
# Environment variables
|
||||||
.env
|
.env
|
||||||
|
|||||||
+2
-2
@@ -13,8 +13,8 @@ RUN apt-get update \
|
|||||||
&& apt-get install -y --no-install-recommends python3 make g++ \
|
&& apt-get install -y --no-install-recommends python3 make g++ \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY package.json pnpm-lock.yaml ./
|
COPY package.json ./
|
||||||
RUN pnpm install --frozen-lockfile --prod
|
RUN pnpm install --prod
|
||||||
|
|
||||||
FROM base AS production
|
FROM base AS production
|
||||||
|
|
||||||
|
|||||||
Generated
+1607
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user