We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c8eac commit eadb157Copy full SHA for eadb157
1 file changed
Dockerfile
@@ -43,8 +43,6 @@ COPY ./README-new-workspace.md /home/ubuntu/workspace/README.md
43
44
EXPOSE 8080
45
46
-VOLUME /home/ubuntu
47
-
48
# Run the entry script
49
ENTRYPOINT ["node", "/home/ubuntu/.c9sdk/server.js"]
50
CMD ["-w", "/home/ubuntu/workspace", "--port", "8080", "--packed", "--collab", "--listen", "0.0.0.0", "-a", ":"]
0 commit comments