Skip to content

Commit d0a4aae

Browse files
authored
Updated running instructions
1 parent d6463cf commit d0a4aae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ docker run --rm \
3838
--env GH_ACCESS_TOKEN=${GH_ACCESS_TOKEN} \
3939
-v ${PWD}:/app \
4040
opensutd/web-platform:${TAG} \
41+
bash -c " \
4142
./refresh_db.sh && \
4243
python3 manage.py collectstatic --noinput && \
43-
python3 manage.py runserver 0:8000
44+
python3 manage.py runserver 0:8000 "
4445
```
4546

4647
## Getting GitHub login working

0 commit comments

Comments
 (0)