maj avec codex
This commit is contained in:
@@ -12,7 +12,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
# Copier seulement le fichier main.py et config.yaml dans le conteneur
|
||||
COPY ./src/main.py /usr/src/app/main.py
|
||||
COPY ./config/config.yaml /usr/src/app/config.yaml
|
||||
COPY ./src/config.yaml /usr/src/app/config.yaml
|
||||
|
||||
# Commande pour exécuter l'application
|
||||
CMD ["python", "./main.py"]
|
||||
CMD ["python", "./main.py"]
|
||||
|
||||
Reference in New Issue
Block a user