Skip to content

Commit 369baa4

Browse files
author
Niraj Menon
committed
Bug in Dockerfile
1 parent ca03e51 commit 369baa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ COPY . /root/ece270-simulator/
1717
RUN sh -c "sed -i 's/127.0.0.1/0.0.0.0/g' /root/ece270-simulator/cluster.js"
1818
# Run setup.sh script
1919
RUN sh -c "cd /root/ece270-simulator && bash setup/setup.sh"
20-
RUN sh -c "mkdir /var/tmp/tmpcode"
2120
# start server
2221
CMD cd /root/ece270-simulator && node cluster.js

0 commit comments

Comments
 (0)