Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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", "--
|
|
|
13 |
EXPOSE 7681
|
14 |
|
15 |
# Start ttyd with the specified options
|
16 |
+
CMD ["./ttyd", "--port", "7681", "bash"]
|