ahmetalper commited on
Commit
cf227c7
1 Parent(s): 3fc2642

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.9
3
 
4
  # Çalışma dizinini belirle
5
- WORKDIR /app
6
 
7
  # Dosyaları kopyala
8
  COPY . .
 
2
  FROM python:3.9
3
 
4
  # Çalışma dizinini belirle
5
+ WORKDIR /code
6
 
7
  # Dosyaları kopyala
8
  COPY . .