ahmetalper commited on
Commit
dcd88f3
1 Parent(s): d9a0b29

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
- RUN chmod 777 downloaded_files
10
 
11
  # RUN apt-get update
12
  # RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
 
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
+ RUN mkdir downloaded_files && chmod 777 downloaded_files
10
 
11
  # RUN apt-get update
12
  # RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb