Natthathida commited on
Commit
46efe1f
·
verified ·
1 Parent(s): ad19930

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ FROM python:3.10-slim AS backend
13
  WORKDIR /app
14
 
15
  COPY ./requirements.txt .
16
- RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
17
 
18
  EXPOSE 5000
19
 
 
13
  WORKDIR /app
14
 
15
  COPY ./requirements.txt .
16
+ RUN pip install --no-cache-dir --upgrade pip -r /app/requirements.txt
17
 
18
  EXPOSE 5000
19