Skip to content

Commit

Permalink
fix: 🐛 COPY路径错误
Browse files Browse the repository at this point in the history
  • Loading branch information
monlor committed Jun 1, 2024
1 parent d04b5d8 commit dab7dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emby/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENV PUID=0 PGID=0

ADD https://github.com/msoap/shell2http/releases/download/v${SHELL2HTTP_VERSION}/shell2http_${SHELL2HTTP_VERSION}_linux_${TARGETARCH}.tar.gz .

COPY dumb-init_${DUMB_INIT_VERSION}_${TARGETARCH} /dumb-init
COPY ./bin/dumb-init_${DUMB_INIT_VERSION}_${TARGETARCH} /dumb-init

RUN tar -zxvf shell2http_${SHELL2HTTP_VERSION}_linux_${TARGETARCH}.tar.gz -C /usr/bin/ shell2http && \
rm -rf shell2http_${SHELL2HTTP_VERSION}_linux_${TARGETARCH}.tar.gz && \
Expand Down

0 comments on commit dab7dd8

Please sign in to comment.