Skip to content

Commit 494387d

Browse files
Linda PengLinda Peng
authored andcommitted
oops fix file path again
1 parent c887d53 commit 494387d

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/codebuddies/project/manage.py migrate &&
10-
uwsgi --ini /opt/codebuddies/project/uwsgi.ini"
9+
sh -c "python /opt/codebuddies/manage.py migrate &&
10+
uwsgi --ini /opt/codebuddies/uwsgi.ini"
1111
environment:
1212
- DATABASE_URL=${DB_URL}
1313
- EMAIL_HOST=localhost

0 commit comments

Comments
 (0)