Add volume mapping for ./sql in docker-compose.yml
This commit is contained in:
@@ -9,6 +9,8 @@ services:
|
||||
- ORIGIN=http://localhost:3000
|
||||
depends_on:
|
||||
- db
|
||||
volumes:
|
||||
- ./sql:/sql
|
||||
db:
|
||||
image: postgres
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user