No need for this, apparently.

This commit is contained in:
Ralph Bean
2016-10-25 16:09:51 -04:00
parent 4df6c0baaa
commit 0d08f367eb

View File

@@ -13,7 +13,5 @@ COPY copr.conf /etc/module_build_service/
COPY . /opt/module_build_service/
ENV PYTHONPATH=/opt/module_build_service/.
RUN python2 ./manage.py upgradedb && python2 manage.py generatelocalhostcert
CMD ["python2", "manage.py", "runssl"]