mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-08-23 17:12:29 +02:00
Remove u/ from the proxy api and some other changes for fastapi.
This commit is contained in:
@@ -6,4 +6,7 @@ WORKDIR /srv/proxy
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY . /srv/proxy
|
||||
|
||||
# Ensure run.sh is executable
|
||||
RUN chmod +x /srv/proxy/run.sh
|
||||
|
||||
ENTRYPOINT ./run.sh
|
||||
Reference in New Issue
Block a user