Skip to content

Commit

Permalink
Docker fix (#283)
Browse files Browse the repository at this point in the history
* fix: copy docker file

* fix: images

* chore: linting

* chore: cleanup

* chore: linting

* fix: bash to sh
  • Loading branch information
EwoutV authored Apr 9, 2024
1 parent 776c880 commit ab02dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
build:
context: $BACKEND_DIR
dockerfile: Dockerfile
command: bash -c "./setup.sh && gunicorn --config gunicorn_config.py ypovoli.wsgi:application"
command: sh -c "./setup.sh && gunicorn --config gunicorn_config.py ypovoli.wsgi:application"
expose:
- 8080
depends_on:
Expand Down

0 comments on commit ab02dc0

Please sign in to comment.