aiMAmmaM commited on
Commit
9324c27
·
verified ·
1 Parent(s): bf2a639

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 8960
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"]