diff --git a/Dockerfile b/Dockerfile index 6b0b52c..d45dabe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,4 @@ COPY src/ /app/ EXPOSE 8000 # Set the default command to run the app with `uvicorn` -CMD ["python", "$APP_ENTRYPOINT"] \ No newline at end of file +CMD python "$APP_ENTRYPOINT" \ No newline at end of file