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

peristanceBDD
Thomas CHAZOT 2 years ago
parent a4de36f886
commit 3f2f62ca3e

@ -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 package*.json .
RUN yarn
# If you are building your code for production

Loading…
Cancel
Save