fix Dockerfile
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
- 'DATABASE_URL=postgres://postgres:pg@warren-postgres:5432'
|
||||
- 'DATABASE_NAME=warren'
|
||||
- 'SERVE_DIRECTORY=/serve'
|
||||
- 'CORS_ALLOW_ORIGIN=http://localhost:3000'
|
||||
- 'CORS_ALLOW_ORIGIN=http://localhost:8081'
|
||||
- 'LOG_LEVEL=debug'
|
||||
volumes:
|
||||
- './backend/serve:/serve:rw'
|
||||
|
||||
Reference in New Issue
Block a user