cambios para despliegue
This commit is contained in:
@@ -22,7 +22,7 @@ RUN yarn install --production=false
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Prune dev dependencies for production image
|
# Prune dev dependencies for production image
|
||||||
RUN yarn install --frozen-lockfile --production && \
|
RUN yarn install --production && \
|
||||||
rm -rf **/*.test.js
|
rm -rf **/*.test.js
|
||||||
|
|
||||||
# ---------- Runtime stage ----------
|
# ---------- Runtime stage ----------
|
||||||
|
|||||||
Reference in New Issue
Block a user