Skip to content

Commit

Permalink
Simplification de l'instance pour passer par un petit serveur python
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasHerve-Descours-Cabaud committed May 28, 2024
1 parent ec73093 commit 073741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.9-slim
WORKDIR /app

# Copier le script Python dans le répertoire de travail
COPY app.py .
COPY instance/app.py .

# Installer les dépendances nécessaires
RUN pip install websockets
Expand Down

0 comments on commit 073741d

Please sign in to comment.