fix: docker compose

This commit is contained in:
ɧσℓσ
2025-12-02 18:06:52 +01:00
parent 1ac9ea3618
commit 09f760646e
2 changed files with 6 additions and 5 deletions

View File

@@ -17,8 +17,8 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# Exposer le port
EXPOSE 8000
EXPOSE 3000
# Commande pour démarrer l'application
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "3000"]