Spaces:
Sleeping
Sleeping
hashimotoa961
commited on
Commit
·
b93b844
1
Parent(s):
16edd33
fix for flask
Browse files- DockerFile +1 -1
DockerFile
CHANGED
@@ -5,4 +5,4 @@ COPY ./requirements.txt /code/requirements.txt
|
|
5 |
COPY ./app.py /code/app.py
|
6 |
|
7 |
RUN pip install -r requirements.txt
|
8 |
-
CMD ["python", "app.py"
|
|
|
5 |
COPY ./app.py /code/app.py
|
6 |
|
7 |
RUN pip install -r requirements.txt
|
8 |
+
CMD ["python", "app.py"]
|