Skip to content

Commit 85ae34b

Browse files
authored
Update .runcode.yaml
1 parent 11184ce commit 85ae34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .runcode.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ onCreate:
1818
python manage.py migrate
1919
onStart:
2020
- |
21-
. ../env/bin/activate
21+
. ../venv/bin/activate
2222
WS_DOMAIN=`cat /home/ubuntu/runcode/ws-url-domain.txt`
2323
printf "\nGO TO THIS URL TO VIEW PAGE \033[4;34m https://8000-${WS_DOMAIN}\033[0;30m\n\n"
2424
python manage.py runserver

0 commit comments

Comments
 (0)