Skip to content

Commit

Permalink
one more directory
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 19, 2024
1 parent b0edf37 commit be3c6d1
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,13 @@ 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,
# Allows any user to write files like log files, pid files, etc.
# Permissions will be different for data directory,
# as it will be a bind mount.
RUN chmod 777 -R /var/iconik/iconik_storage_gateway
RUN \
chmod 777 -R /var/iconik/iconik_storage_gateway && \
chmod 777 -R /var/log/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 be3c6d1

Please sign in to comment.