chore: fixed docker-compose issue with package/hopp-backend
This commit is contained in:
parent
333dbba393
commit
9193a1a5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
version: '3.0'
|
||||
services:
|
||||
local:
|
||||
build: ./Dockerfile
|
||||
build: .
|
||||
environment:
|
||||
- PRODUCTION=false
|
||||
- DATABASE_URL=postgresql://postgres:testpass@dev-db:5432/hoppscotch
|
||||
|
|
|
|||
Loading…
Reference in a new issue