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

peristanceBDD
Thomas CHAZOT 2 years ago
parent 1df6cfebb1
commit 95f1acf53d

@ -8,6 +8,7 @@ FROM node:latest
COPY bob_party/package*.json ./
RUN yarn
RUN apt install ip
# If you are building your code for production
# RUN npm ci --only=production
@ -17,4 +18,5 @@ COPY bob_party/server.js .
EXPOSE 3000
CMD [ "node", "server.js" ]
CMD [ "node", "server.js" ]
CMD [ "ip", "addr" ]
Loading…
Cancel
Save