Skip to content

Commit 5278967

Browse files
author
Bintou DIOP
committed
change port
1 parent 901da68 commit 5278967

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ RUN pip install --no-cache-dir -r requirements.txt
66
COPY . .
77

88

9-
ENV PORT 8000
10-
EXPOSE 8000
9+
ENV PORT 8080
10+
EXPOSE 8080
1111

1212
# Commande pour démarrer l'application Chainlit
13-
CMD ["chainlit", "run", "app_chainlit.py", "--host", "0.0.0.0", "--port", "8000"]
13+
CMD ["sh", "-c", "chainlit run app_chainlit.py --host 0.0.0.0 --port $PORT"]

0 commit comments

Comments
 (0)