Spaces:
Sleeping
Sleeping
hashimotoa961
commited on
Commit
·
c07bba2
1
Parent(s):
c591406
fix for flask
Browse files- DockerFile +1 -0
DockerFile
CHANGED
@@ -5,4 +5,5 @@ 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 |
+
COPY . .
|
9 |
CMD ["python", "app.py"]
|