Spaces:
Sleeping
Sleeping
We have modified the Dockerfile because it did not work without a binding
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -10,4 +10,6 @@ COPY ./requirements.txt ./requirements.txt
|
|
10 |
|
11 |
RUN pip3 install -r requirements.txt
|
12 |
|
|
|
|
|
13 |
CMD ["python", "main.py"]
|
|
|
10 |
|
11 |
RUN pip3 install -r requirements.txt
|
12 |
|
13 |
+
COPY . .
|
14 |
+
|
15 |
CMD ["python", "main.py"]
|