feliksius commited on
Commit
66a22e5
·
verified ·
1 Parent(s): 7b58d82

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN apt-get update && apt-get install -y \
27
  && pip install --no-cache-dir -r requirements.txt
28
 
29
  # Copy application code
30
- COPY app.py . # Pastikan nama file cocok
31
 
32
  # Create cache and logs directories with write permissions
33
  RUN mkdir -p /app/cache /app/logs \
 
27
  && pip install --no-cache-dir -r requirements.txt
28
 
29
  # Copy application code
30
+ COPY app.py .
31
 
32
  # Create cache and logs directories with write permissions
33
  RUN mkdir -p /app/cache /app/logs \