Remove u/ from the proxy api and some other changes for fastapi.

This commit is contained in:
Hemang
2025-01-30 09:55:16 +01:00
parent cbe6279185
commit 84fc1a9a7a
10 changed files with 20 additions and 19 deletions
+3
View File
@@ -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