Skip to content

Commit

Permalink
define entrypoint explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed May 24, 2024
1 parent 66fb291 commit 1b4045e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ services:
- '5432'
env_file:
- .env
entrypoint: ["/usr/local/bin/custom-entrypoint.sh"]

volumes:
postgres_data:
Expand Down

0 comments on commit 1b4045e

Please sign in to comment.