Skip to content

Commit 46f0613

Browse files
authored
Update Dockerfile
1 parent 8977881 commit 46f0613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM tiangolo/uvicorn-gunicorn-fastapi:python3.11
22
ARG APP_VERSION=dev
33
ENV APP_VERSION=${APP_VERSION}
4-
ENV APP_NAME=modal_backend
4+
ENV APP_NAME=modal
55
ENV APP_MODULE=${APP_NAME}.routes.base:app
66

77
COPY ./requirements.txt /app/

0 commit comments

Comments
 (0)