Skip to content

Commit cdd6477

Browse files
author
Dennis Schwartz
committed
Update settings and docker-compose command.
1 parent b2c5af2 commit cdd6477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '2'
22
services:
33
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"
4+
command: /bin/sh -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000 --verbosity 3"
55
image: biojs-backend-base
66
working_dir: /opt
77
volumes:

0 commit comments

Comments
 (0)