oceansweep commited on
Commit
a11813c
1 Parent(s): 12c6778

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -30,8 +30,8 @@ RUN pip3 install --no-cache-dir --upgrade -r /app/requirements.txt
30
  COPY . /app
31
 
32
  # Create necessary directories and set permissions
33
- #RUN mkdir -p /app/Results/Audio_Processing /app/Results/Video_Downloads && \
34
- # chown -R user:user /app
35
 
36
  # Switch to the "user" user
37
  #USER user
 
30
  COPY . /app
31
 
32
  # Create necessary directories and set permissions
33
+ RUN mkdir -p /app/Results/Audio_Processing /app/Results/Video_Downloads && \
34
+ chown -R user:user /app
35
 
36
  # Switch to the "user" user
37
  #USER user