blobba commited on
Commit
d9e8084
·
1 Parent(s): bcc5a24

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ RUN chmod +x ttyd
13
  EXPOSE 7681
14
 
15
  # Start ttyd with the specified options
16
- CMD ["./ttyd", "--writable", "--port", "7681", "bash"]
 
13
  EXPOSE 7681
14
 
15
  # Start ttyd with the specified options
16
+ CMD ["./ttyd", "--port", "7681", "bash"]