youngjeck commited on
Commit
124ae5f
·
verified ·
1 Parent(s): 2e9158b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  FROM python:3.11-slim
2
 
3
  # Install dependencies
4
- RUN pip install --no-cache-dir requirements.txt
5
 
6
  # Create app directory
7
  WORKDIR /app
 
1
  FROM python:3.11-slim
2
 
3
  # Install dependencies
4
+ RUN pip install -r requirements.txt
5
 
6
  # Create app directory
7
  WORKDIR /app