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