Skip to content

Commit

Permalink
Test moving docker-entrypoint.sh to the root of the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jul 23, 2024
1 parent 885a3ae commit 54fc30b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ RUN echo "umask 0002" >> /etc/bash.bashrc

RUN rm -Rf lvmcam araviscam

COPY ./docker/docker-entrypoint.sh /
COPY ./docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]

0 comments on commit 54fc30b

Please sign in to comment.