Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
14 |
COPY --chown=user . /app
|
15 |
|
16 |
# Set environment variables
|
17 |
-
ENV FLASK_APP=
|
18 |
ENV FLASK_ENV=production
|
19 |
|
20 |
# Run the application
|
|
|
14 |
COPY --chown=user . /app
|
15 |
|
16 |
# Set environment variables
|
17 |
+
ENV FLASK_APP=app.py
|
18 |
ENV FLASK_ENV=production
|
19 |
|
20 |
# Run the application
|