We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8977881 commit 46f0613Copy full SHA for 46f0613
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
2
ARG APP_VERSION=dev
3
ENV APP_VERSION=${APP_VERSION}
4
-ENV APP_NAME=modal_backend
+ENV APP_NAME=modal
5
ENV APP_MODULE=${APP_NAME}.routes.base:app
6
7
COPY ./requirements.txt /app/
0 commit comments