Skip to content

Commit 917a0db

Browse files
committed
backend update: modify tty default working dir to project dir
1 parent 12eb8da commit 917a0db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

frontend

Submodule frontend updated 70 files

ide.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ sub_docker() {
200200
;;
201201
"logs")
202202
assert_container_is_running
203-
docker logs webide
203+
docker logs -f webide
204204
;;
205205
"remove")
206206
if container_is_running ; then

0 commit comments

Comments
 (0)