arsh1101 commited on
Commit
76b9ac3
·
verified ·
1 Parent(s): f1c805b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -12,7 +12,8 @@ RUN apt-get update && apt-get install -y \
12
  RUN mkdir -p /deforestation_percentage_image_api/.config/sentinelhub
13
 
14
  # Change ownership of the configuration directory
15
- RUN chown -R youruser:youruser /app/.config # Replace 'youruser' with the actual user
 
16
 
17
 
18
  # Set the working directory in the container
 
12
  RUN mkdir -p /deforestation_percentage_image_api/.config/sentinelhub
13
 
14
  # Change ownership of the configuration directory
15
+ RUN chown -R arsh1101:arsh1101 /deforestation_percentage_image_api/.config # Ensure the user has ownership of the config directory
16
+
17
 
18
 
19
  # Set the working directory in the container