chore: fix tar path

This commit is contained in:
Jesús Pérez Lorenzo 2024-10-03 06:52:12 +01:00
parent 4c02ca07cd
commit f276670f62
No known key found for this signature in database

View File

@ -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