SamiKLN commited on
Commit
628c4de
·
verified ·
1 Parent(s): 3b78f24

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9-slim
2
 
3
- WORKDIR /app
4
 
5
  # 1. Installer les dépendances système
6
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.9-slim
2
 
3
+ WORKDIR /backend/app
4
 
5
  # 1. Installer les dépendances système
6
  RUN apt-get update && apt-get install -y \