Docker didn't like the last path
This commit is contained in:
parent
765024b476
commit
4364cf36d9
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ RUN wget -O /usr/bin/lbrycrd-linux.zip https://github.com/lbryio/lbrycrd/release
|
|||
unzip lbrycrd-linux.zip && \
|
||||
rm lbrycrd-linux.zip
|
||||
|
||||
ADD start.sh /usr/bin/start
|
||||
ADD docker-entrypoint.sh /usr/bin/docker-entrypoint
|
||||
ADD start.sh /usr/local/bin/start
|
||||
ADD docker-entrypoint.sh /usr/local/bin/docker-entrypoint
|
||||
|
||||
USER lbrycrdd
|
||||
|
||||
|
|
Loading…
Reference in a new issue