Skip to content

Commit

Permalink
Fix bash entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ADobrodey committed Jul 25, 2023
1 parent 53ffe52 commit 717a41e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN mv /usr/share/ca* /tmp && \
mkdir -p /cerenetwork/.local/share/cere && \
chown -R cerenetwork:cerenetwork /cerenetwork/.local && \
ln -s /cerenetwork/.local/share/cere /data && \
mv -t /usr/local/bin /usr/bin/bash /usr/bin/sh && \
rm -rf /usr/bin /usr/sbin

USER cerenetwork
Expand Down

0 comments on commit 717a41e

Please sign in to comment.