ashishbangwal commited on
Commit
1869c8c
·
1 Parent(s): b9c58c0

Docker update to make dir and permissions

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ RUN useradd -m appuser
16
  # Create necessary directories and set permissions
17
  RUN mkdir -p /app/data && \
18
  chown -R appuser:appuser /app && \
19
- chmod -R 755 /app && \
20
 
21
  COPY . /app
22
 
 
16
  # Create necessary directories and set permissions
17
  RUN mkdir -p /app/data && \
18
  chown -R appuser:appuser /app && \
19
+ chmod -R 755 /app
20
 
21
  COPY . /app
22