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

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", "--writable", "--port", "7681", "bash"]