We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f0613 commit 5561a8dCopy full SHA for 5561a8d
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
+ENV APP_NAME=modal_backend
5
ENV APP_MODULE=${APP_NAME}.routes.base:app
6
7
COPY ./requirements.txt /app/
0 commit comments