aminaj commited on
Commit
578da90
·
verified ·
1 Parent(s): e042028

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,7 +47,7 @@ RUN mkdir -p /images
47
  RUN chown appuser /images
48
 
49
  # Assign the ownership of 'app.log' to appuser
50
- RUN chown appuser app.log
51
 
52
  # Switch to the non-privileged user to run the application.
53
  USER appuser
 
47
  RUN chown appuser /images
48
 
49
  # Assign the ownership of 'app.log' to appuser
50
+ RUN chown appuser /app.log
51
 
52
  # Switch to the non-privileged user to run the application.
53
  USER appuser