Spaces:
Sleeping
Sleeping
Rishabh IO
commited on
Commit
·
38ed562
1
Parent(s):
5529bdb
updated Docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -6,5 +6,5 @@ COPY ./requirements.txt /app
|
|
6 |
RUN pip install -r requirements.txt
|
7 |
COPY . .
|
8 |
EXPOSE 5000
|
9 |
-
ENV FLASK_APP=
|
10 |
CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
6 |
RUN pip install -r requirements.txt
|
7 |
COPY . .
|
8 |
EXPOSE 5000
|
9 |
+
ENV FLASK_APP=app.py
|
10 |
CMD ["flask", "run", "--host", "0.0.0.0", "--port", "7860"]
|