circulartext commited on
Commit
3ab73a4
1 Parent(s): 7b3c439

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ RUN if [ -z "$USER_ID" ]; then \
23
  fi
24
 
25
  # Set appropriate permissions for the application directory
26
- RUN chown -R appuser:appuser /app && chmod -R 755 /app
27
 
28
  # Install gosu (adjust the package manager based on your base image)
29
  RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
 
23
  fi
24
 
25
  # Set appropriate permissions for the application directory
26
+ RUN chown -R appuser:appuser /code && chmod -R 755 /app
27
 
28
  # Install gosu (adjust the package manager based on your base image)
29
  RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*