We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca03e51 commit 369baa4Copy full SHA for 369baa4
Dockerfile
@@ -17,6 +17,5 @@ COPY . /root/ece270-simulator/
17
RUN sh -c "sed -i 's/127.0.0.1/0.0.0.0/g' /root/ece270-simulator/cluster.js"
18
# Run setup.sh script
19
RUN sh -c "cd /root/ece270-simulator && bash setup/setup.sh"
20
-RUN sh -c "mkdir /var/tmp/tmpcode"
21
# start server
22
CMD cd /root/ece270-simulator && node cluster.js
0 commit comments