chore: fix tar path
This commit is contained in:
parent
4c02ca07cd
commit
f276670f62
@ -79,7 +79,7 @@ RUN set -eux; \
|
||||
|
||||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||
COPY bin.tar.gz /tmp
|
||||
RUN tar -C /usr/local/bin -xvzf /tmp/bin.tar.gz
|
||||
RUN tar -C /usr/local -xvzf /tmp/bin.tar.gz
|
||||
WORKDIR /home/webhook
|
||||
VOLUME ["/etc/webhook"]
|
||||
EXPOSE 9000
|
||||
|
Loading…
Reference in New Issue
Block a user