zcemg08 commited on
Commit
e103a30
·
1 Parent(s): 7fee472

fix docker container port to 7860

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -8,7 +8,7 @@ FROM python:3.12-slim
8
  # ------------------------------------------------------------
9
  ENV PYTHONDONTWRITEBYTECODE=1
10
  ENV PYTHONUNBUFFERED=1
11
- ENV PORT=8000
12
 
13
  # ------------------------------------------------------------
14
  # Working directory
@@ -63,7 +63,7 @@ RUN printf '%s\n' \
63
  # ------------------------------------------------------------
64
  # Expose API port
65
  # ------------------------------------------------------------
66
- EXPOSE 8000
67
 
68
  # ------------------------------------------------------------
69
  # Launch
 
8
  # ------------------------------------------------------------
9
  ENV PYTHONDONTWRITEBYTECODE=1
10
  ENV PYTHONUNBUFFERED=1
11
+ ENV PORT=7860
12
 
13
  # ------------------------------------------------------------
14
  # Working directory
 
63
  # ------------------------------------------------------------
64
  # Expose API port
65
  # ------------------------------------------------------------
66
+ EXPOSE 7860
67
 
68
  # ------------------------------------------------------------
69
  # Launch