diff --git a/Dockerfile b/Dockerfile index c5bf9f13..7f04e0fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ COPY koji.conf /etc/rida/ COPY . /opt/fm-orchestrator/ -RUN python2 ./manage.py upgradedb && ./generate_localhost_cert.sh +RUN python2 ./manage.py upgradedb && python2 manage.py generatelocalhostcert CMD ["python2", "manage.py", "runssl"] diff --git a/Vagrantfile b/Vagrantfile index 786f05e5..332b668c 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -9,7 +9,7 @@ $script = <