Zeldeo commited on
Commit
7a0b874
·
verified ·
1 Parent(s): d7aca2a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.10-slim
2
 
3
- WORKDIR /app
4
 
5
  # libgl1-mesa-glx remplacé par libgl1 dans Debian Trixie
6
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.10-slim
2
 
3
+ WORKDIR /flutter_app
4
 
5
  # libgl1-mesa-glx remplacé par libgl1 dans Debian Trixie
6
  RUN apt-get update && apt-get install -y \