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 75346a6 commit 92930d2Copy full SHA for 92930d2
docker-compose.yaml
@@ -30,7 +30,7 @@ services:
30
container_name: app
31
restart: on-failure
32
command: >
33
- sh -c "python /opt/project/manage.py migrate &&
+ sh -c "python /opt/codebuddies/manage.py migrate &&
34
uwsgi --ini /opt/codebuddies/uwsgi.ini"
35
volumes:
36
- ./project:/opt/codebuddies
0 commit comments