diff --git a/Dockerfile b/Dockerfile index c252e32..a172651 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,5 @@ RUN pip install --no-cache-dir -r buid_requirements.txt COPY main.py . RUN mkdir /uploads -COPY uploads/test.txt /uploads/test.txt CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8899"] \ No newline at end of file