Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongundel committed Oct 18, 2024
1 parent 4301d05 commit 0c8f8a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/production/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ run_django_server() {
echo ""
cd ${APP_FOLDER}
echo "Running Django"
exec /bin/bash - c "source ${WEB_ROOT}/ENV/bin/activate && gunicorn arches_lingo.wsgi"
exec /bin/bash -c "source ${WEB_ROOT}/ENV/bin/activate && gunicorn arches_lingo.wsgi"
}

activate_virtualenv() {
Expand Down

0 comments on commit 0c8f8a7

Please sign in to comment.