circulartext commited on
Commit
2f8e9ed
·
1 Parent(s): ab955a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y gosu && rm -rf /var/lib/apt/lists/*
13
 
14
 
15
  # Set appropriate permissions for the application directory
16
- RUN chown -R appuser:appuser /app && chmod -R 755 /app
17
 
18
 
19
  # Set the entrypoint script as executable
 
13
 
14
 
15
  # Set appropriate permissions for the application directory
16
+ RUN chown -R app:app /app && chmod -R 755 /app
17
 
18
 
19
  # Set the entrypoint script as executable