Skip to content

Commit

Permalink
make sure to recursively provide read/execute access
Browse files Browse the repository at this point in the history
  • Loading branch information
glemieux committed Aug 30, 2024
1 parent 369746f commit bf358a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/data/sites/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ LABEL maintainer.name="Gregory Lemieux" \
ADD bci_inventory_data/ /bci_inventory/
ADD inventory_ctrl/ /inventory_ctrl/
ADD met_data/ /site_data/

RUN chmod -R 755 /bci_inventory
RUN chmod -R 755 /inventory_ctrl
RUN chmod -R 755 /site_data

0 comments on commit bf358a8

Please sign in to comment.