mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-09-27 17:01:45 +02:00
Use pyproject.toml instead of requirements.txt and fix some broken tests.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
FROM python:3.10
|
||||
|
||||
COPY ./requirements.txt /srv/gateway/requirements.txt
|
||||
WORKDIR /srv/gateway
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . /srv/gateway
|
||||
|
||||
# Ensure run.sh is executable
|
||||
RUN chmod +x /srv/gateway/run.sh
|
||||
WORKDIR /srv/gateway
|
||||
|
||||
# Run the application
|
||||
CMD ["./run.sh"]
|
||||
Reference in New Issue
Block a user