Skip to content

Commit eadb157

Browse files
committed
Remove volume declaration for better flexibility when customizing this image
1 parent 02c8eac commit eadb157

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ COPY ./README-new-workspace.md /home/ubuntu/workspace/README.md
4343

4444
EXPOSE 8080
4545

46-
VOLUME /home/ubuntu
47-
4846
# Run the entry script
4947
ENTRYPOINT ["node", "/home/ubuntu/.c9sdk/server.js"]
5048
CMD ["-w", "/home/ubuntu/workspace", "--port", "8080", "--packed", "--collab", "--listen", "0.0.0.0", "-a", ":"]

0 commit comments

Comments
 (0)