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 # Install app dependencies
# A wildcard is used to ensure both package.json AND package-lock.json are copied # A wildcard is used to ensure both package.json AND package-lock.json are copied
# where available (npm@5+) # where available (npm@5+)
COPY bob_party/package*.json . COPY bob_party/package*.json ./
RUN yarn RUN yarn
# If you are building your code for production # If you are building your code for production
# RUN npm ci --only=production # RUN npm ci --only=production
# Bundle app source # Bundle app source
COPY bob_party/server.js ./ COPY bob_party/server.js .
EXPOSE 8080 EXPOSE 8080
CMD [ "ls" ] CMD [ "ls" ]

Loading…
Cancel
Save