Natthathida commited on
Commit
28a0819
·
verified ·
1 Parent(s): 041c738

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -14,13 +14,11 @@ WORKDIR /app
14
 
15
  COPY ./requirements.txt .
16
 
17
- RUN rm -rf /var/cache/apk/* && \
18
- rm -rf /root/.cache
19
 
20
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
21
 
22
- RUN apk add --no-cache bash
23
-
24
  EXPOSE 5000
25
 
26
  WORKDIR /app
 
14
 
15
  COPY ./requirements.txt .
16
 
17
+ # RUN rm -rf /var/cache/apk/* && \
18
+ # rm -rf /root/.cache
19
 
20
  RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt
21
 
 
 
22
  EXPOSE 5000
23
 
24
  WORKDIR /app