We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c5af2 commit cdd6477Copy full SHA for cdd6477
docker-compose.yml
@@ -1,7 +1,7 @@
1
version: '2'
2
services:
3
biojs-backend:
4
- command: /bin/sh -c "pip install -r requirements.txt && python manage.py migrate && python manage.py runserver 0.0.0.0:8000 --verbosity 3"
+ command: /bin/sh -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000 --verbosity 3"
5
image: biojs-backend-base
6
working_dir: /opt
7
volumes:
0 commit comments