Skip to content

Commit

Permalink
Merge pull request #1086 from neuroscout/test_deploy
Browse files Browse the repository at this point in the history
FIX: Deploy directory
  • Loading branch information
adelavega committed Sep 22, 2022
2 parents 5fa2565 + 7260081 commit 3289cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -5,7 +5,7 @@ services:
restart: always
expose:
- "8000"
command: cd /neuroscout && /usr/local/bin/gunicorn -w 2 -b :8000 neuroscout.core:app --log-level debug --timeout 120 --log-file /logs/gunicorn.log
command: /usr/local/bin/gunicorn --chdir /neuroscout -w 2 -b :8000 neuroscout.core:app --log-level debug --timeout 120 --log-file /logs/gunicorn.log
volumes:
- ./:/neuroscout
- ./postgres/migrations:/migrations
Expand Down

0 comments on commit 3289cfd

Please sign in to comment.