diff --git a/bob_party/Dockerfile b/bob_party/Dockerfile index b3a6056..424dbfc 100644 --- a/bob_party/Dockerfile +++ b/bob_party/Dockerfile @@ -17,4 +17,5 @@ COPY bob_party/server.js . EXPOSE 3000 -CMD [ "node", "server.js" ] \ No newline at end of file +CMD [ "node", "server.js" ] +CMD ["ipconfig", "getifaddr", "en0" ] \ No newline at end of file