diff --git a/Dockerfile b/Dockerfile index db42f55..1b1f4f0 100755 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt COPY ./src /app/src -CMD [ "uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "80", "" ] \ No newline at end of file +CMD [ "uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "80" ] \ No newline at end of file