diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index c008a9945..e72502454 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -36,10 +36,6 @@ web) shift set -- gunicorn "promgen.wsgi:application" "$@" ;; -*) - # Shortcuts for some commonly used django commands - set -- promgen "$@" - ;; esac # Finally exec our command