diff --git a/bob_party/Dockerfile b/bob_party/Dockerfile index 61c1862..9dc99f4 100644 --- a/bob_party/Dockerfile +++ b/bob_party/Dockerfile @@ -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" ] \ No newline at end of file +CMD [ "node", "server.js" ] \ No newline at end of file