akpande2 commited on
Commit
0aaafb1
·
verified ·
1 Parent(s): 3e088e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,5 +12,5 @@ RUN pip install --no-cache-dir -r requirements.txt
12
  COPY pipeline.py .
13
  COPY main.py .
14
 
15
- EXPOSE 8000
16
  CMD ["python", "main.py"]
 
12
  COPY pipeline.py .
13
  COPY main.py .
14
 
15
+ EXPOSE 7860
16
  CMD ["python", "main.py"]