benjolo commited on
Commit
0125d7b
1 Parent(s): c1ea5bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ RUN apt-get update \
9
  && apt-get -y install ffmpeg
10
 
11
  # Change to backend as working directory
12
- WORKDIR "/backend"
13
 
14
  # Install requirements.txt
15
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
 
9
  && apt-get -y install ffmpeg
10
 
11
  # Change to backend as working directory
12
+ WORKDIR backend/
13
 
14
  # Install requirements.txt
15
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt