Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -9,6 +9,6 @@ RUN git clone https://github.com/Urlo30/KitE .
|
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
| 12 |
-
EXPOSE
|
| 13 |
|
| 14 |
CMD ["python", "run.py"]
|
|
|
|
| 9 |
|
| 10 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 11 |
|
| 12 |
+
EXPOSE 8080
|
| 13 |
|
| 14 |
CMD ["python", "run.py"]
|