Skip to content

Commit 3f901ec

Browse files
authored
Fix copy paste error
1 parent bbc61a4 commit 3f901ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ python manage.py migrate --noinput
2121

2222
# Create the webcache
2323
python manage.py createcachetable webcache
24-
python manage.py ensure_adminuser --username=${DJANGO_SUPERUSER_USERNAME} --email='workflow@example.com' --password=${DJANGO_SUPERUSER_USERNAME}
24+
python manage.py ensure_adminuser --username=${DJANGO_SUPERUSER_USERNAME} --email='workflow@example.com' --password=${DJANGO_SUPERUSER_PASSWORD}
2525

2626
# run application
2727
gunicorn live_data_server.wsgi:application -w 2 -b :8000 --reload

0 commit comments

Comments
 (0)