Mise à jour de 'bob_party/Dockerfile'
continuous-integration/drone/push Build is passing Details

peristanceBDD
Thomas CHAZOT 2 years ago
parent bb74a2a597
commit 8ed4c1a0da

@ -7,7 +7,8 @@ FROM node:latest
# where available (npm@5+)
COPY bob_party/package*.json ./
RUN yarn
RUN yarn install --frozen-lockfile
# If you are building your code for production
# RUN npm ci --only=production

Loading…
Cancel
Save