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

peristanceBDD
Thomas CHAZOT 2 years ago
parent 40f20f68f1
commit a1ba063570

@ -5,7 +5,7 @@ FROM node:latest
# Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+)
COPY package*.json .
COPY bob_party/package*.json .
RUN yarn
# If you are building your code for production

Loading…
Cancel
Save