enemy7 commited on
Commit
9bbef7d
·
1 Parent(s): 142714c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -26,7 +26,6 @@ FROM python:3.9
26
 
27
  WORKDIR /app
28
 
29
- RUN pip3 install Flask
30
  RUN chmod 777 /app
31
  COPY . /app
32
 
 
26
 
27
  WORKDIR /app
28
 
 
29
  RUN chmod 777 /app
30
  COPY . /app
31