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

peristanceBDD
Thomas CHAZOT 2 years ago
parent db27e27351
commit f33313b1ee

@ -5,14 +5,14 @@ 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 bob_party/package*.json .
COPY bob_party/package*.json ./
RUN yarn
# If you are building your code for production
# RUN npm ci --only=production
# Bundle app source
COPY bob_party/server.js ./
COPY bob_party/server.js .
EXPOSE 8080
CMD [ "ls" ]

Loading…
Cancel
Save