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

peristanceBDD
Thomas CHAZOT 2 years ago
parent 95f1acf53d
commit bf1b8c1922

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