Natthathida commited on
Commit
66f438c
·
verified ·
1 Parent(s): 514373a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +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 pip -r /app/requirements.txt
17
 
18
  EXPOSE 5000
 
13
  WORKDIR /app
14
 
15
  COPY ./requirements.txt .
16
+ RUN pip install --no-cache-dir --upgrade pip
17
  RUN pip install --no-cache-dir --upgrade pip -r /app/requirements.txt
18
 
19
  EXPOSE 5000