oceansweep commited on
Commit
d3e6df6
1 Parent(s): c080a68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -34,7 +34,9 @@ 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
 
 
38
 
39
  # Set environment variables
40
  ENV PYTHONUNBUFFERED=1 \
 
34
  chown -R user:user /app
35
 
36
  # Switch to the "user" user
37
+ #USER user
38
+ # Screw it, lets see if this fixes the permissions issues...
39
+
40
 
41
  # Set environment variables
42
  ENV PYTHONUNBUFFERED=1 \