Progress
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user