Skip to content

Commit c887d53

Browse files
Linda PengLinda Peng
authored andcommitted
Try fixing file path
1 parent 9228a96 commit c887d53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/docker-compose-staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ services:
66
container_name: staging-app
77
restart: on-failure
88
command: >
9-
sh -c "python /opt/cbv3_django_prototype/manage.py migrate &&
10-
uwsgi --ini /opt/cbv3_django_prototype/uwsgi.ini"
9+
sh -c "python /opt/codebuddies/project/manage.py migrate &&
10+
uwsgi --ini /opt/codebuddies/project/uwsgi.ini"
1111
environment:
1212
- DATABASE_URL=${DB_URL}
1313
- EMAIL_HOST=localhost

0 commit comments

Comments
 (0)