Skip to content

Commit

Permalink
chmod +x /docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 23, 2024
1 parent 135ffdd commit 91557b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ RUN echo "umask 0002" >> /etc/bash.bashrc
RUN rm -Rf lvmcam araviscam

COPY ./docker-entrypoint.sh /
RUN ["chmod", "+x", "/docker-entrypoint.sh"]

ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["sh", "-c", "lvmcam $LVMCAM_CONFIG_FILE start --debug"]

0 comments on commit 91557b8

Please sign in to comment.