mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-14 02:25:02 +08:00
Merge #119 Move the command to docker-compose.
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -28,3 +28,4 @@ services:
|
||||
- fedmsg-relay
|
||||
volumes:
|
||||
- ./module_build_service/:/opt/module_build_service/module_build_service/:Z
|
||||
command: python2 manage.py runssl
|
||||
|
||||
Reference in New Issue
Block a user