maybe don't be as explicit
This commit is contained in:
parent
83054925d7
commit
32e7ab3a55
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ FROM ubuntu:18.04 as app
|
||||||
RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --home /home/chainquery
|
RUN adduser chainquery --gecos GECOS --shell /bin/bash --disabled-password --home /home/chainquery
|
||||||
|
|
||||||
COPY --from=0 /download/chainquery /usr/bin
|
COPY --from=0 /download/chainquery /usr/bin
|
||||||
COPY chainqueryconfig.toml /etc/chainquery/chainqueryconfig.toml
|
COPY chainqueryconfig.toml /etc/chainquery
|
||||||
COPY start.sh /usr/local/bin/start
|
COPY start.sh /usr/local/bin/start
|
||||||
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint
|
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue