.
This commit is contained in:
parent
bfb138e979
commit
b96e97b7d8
@ -13,9 +13,7 @@ COPY package.json ./
|
|||||||
COPY tsconfig*.json ./
|
COPY tsconfig*.json ./
|
||||||
|
|
||||||
# Instalar dependencias
|
# Instalar dependencias
|
||||||
RUN yarn install
|
RUN yarn install --production
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Copiar el resto del código de la aplicación
|
# Copiar el resto del código de la aplicación
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user