shiveshnavin commited on
Commit
2e506e8
·
1 Parent(s): 8342dcf

Fix dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -37,8 +37,8 @@ RUN npm run bundle || true
37
  RUN npm run skip-font-warn || true
38
 
39
  # Copy nginx config and start script
40
- COPY nginx.conf /etc/nginx/nginx.conf
41
- COPY start.sh /app/start.sh
42
  RUN chmod +x /app/start.sh
43
 
44
  # Ensure nginx runs as root
 
37
  RUN npm run skip-font-warn || true
38
 
39
  # Copy nginx config and start script
40
+ COPY --chown=1000nginx.conf /etc/nginx/nginx.conf
41
+ COPY --chown=1000 start.sh /app/start.sh
42
  RUN chmod +x /app/start.sh
43
 
44
  # Ensure nginx runs as root