mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-08-08 18:16:04 +02:00
Use pyproject.toml instead of requirements.txt and fix some broken tests.
This commit is contained in:
@@ -2,8 +2,8 @@ services:
|
||||
invariant-gateway:
|
||||
container_name: invariant-gateway
|
||||
build:
|
||||
context: ./gateway
|
||||
dockerfile: ../gateway/Dockerfile.gateway
|
||||
context: .
|
||||
dockerfile: Dockerfile.gateway
|
||||
working_dir: /srv/gateway
|
||||
env_file:
|
||||
- .env
|
||||
|
||||
Reference in New Issue
Block a user