This commit is contained in:
Jonatan Rek
2026-03-02 12:16:00 +01:00
parent d1f965effe
commit f601bb3fc8
8 changed files with 385 additions and 151 deletions

View File

@@ -20,6 +20,6 @@ COPY . /app
RUN pip install --no-cache-dir -r /app/requirements.txt
# Start Anonimization
CMD ["python", "-u", "/app/app.py"]
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "80"]
WORKDIR /app