Skip to content

Commit 92930d2

Browse files
authored
Fix project path
1 parent 75346a6 commit 92930d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030
container_name: app
3131
restart: on-failure
3232
command: >
33-
sh -c "python /opt/project/manage.py migrate &&
33+
sh -c "python /opt/codebuddies/manage.py migrate &&
3434
uwsgi --ini /opt/codebuddies/uwsgi.ini"
3535
volumes:
3636
- ./project:/opt/codebuddies

0 commit comments

Comments
 (0)