Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
du5tball authored Aug 3, 2024
1 parent bb08f30 commit 4b6f03f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ COPY entry.sh /usr/local/sbin/
COPY config.json /
RUN sed -i s_/root_/outputs_ /etc/passwd

ENV IIB_CACHE_DIR=/infimage/cache
VOLUME /infimage/cache /infimage/iib_db_backup

ENTRYPOINT [ "sh", "-c", "/usr/local/sbin/entry.sh" ]

0 comments on commit 4b6f03f

Please sign in to comment.