Skip to content

Commit

Permalink
make directory writeable
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 19, 2024
1 parent fab912c commit 2d56cb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ RUN \
rm -rf /var/lib/apt/lists/* && \
rm /tmp/install-iconik.sh

# Allows any user to write files like log files.
# Data permissions will be different for data directory,
# as it will be a bind mount.
RUN chmod 777 -R /var/iconik/iconik_storage_gateway
VOLUME /var/iconik/iconik_storage_gateway/data

ENTRYPOINT /opt/iconik/iconik_storage_gateway/iconik_storage_gateway \
Expand Down

0 comments on commit 2d56cb4

Please sign in to comment.