Add interactive flag to Docker install instruction

This commit is contained in:
R. Miles McCain 2020-04-23 11:59:32 -04:00 committed by GitHub
parent 2879e4626e
commit b94330b7c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ SERVER_EMAIL="Shynet <noreply@shynet.example.com>"
4. Setup the Shynet database by running `docker run --env-file=<your env file> milesmcc/shynet:latest python manage.py migrate`.
5. Create your admin account by running `docker run --env-file=<your env file> milesmcc/shynet:latest python manage.py createsuperuser`.
5. Create your admin account by running `docker run -i --env-file=<your env file> milesmcc/shynet:latest python manage.py createsuperuser`.
6. Launch the Shynet server by running `docker run --env-file=<your env file> milesmcc/shynet:latest`.