Merge #119 Move the command to docker-compose.

This commit is contained in:
Matt Prahl
2016-10-25 19:27:10 +00:00
2 changed files with 1 additions and 1 deletions

View File

@@ -14,4 +14,3 @@ COPY copr.conf /etc/module_build_service/
COPY . /opt/module_build_service/
RUN python2 ./manage.py upgradedb && python2 manage.py generatelocalhostcert
CMD ["python2", "manage.py", "runssl"]

View File

@@ -28,3 +28,4 @@ services:
- fedmsg-relay
volumes:
- ./module_build_service/:/opt/module_build_service/module_build_service/:Z
command: python2 manage.py runssl