Skip to content

Commit 0c3a05c

Browse files
author
Administrator
committed
fix image build workflow
1 parent d9914cf commit 0c3a05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apk update && apk upgrade \
2323
&& mkdir -p /usr/sbin \
2424
&& mkdir -p /data/wechat-webhook/
2525

26-
COPY --from=builder wechat-webhook /usr/bin
26+
COPY --from=builder /opt/app/wechat-webhook /usr/bin/wechat-webhook
2727
ADD start.sh /data/wechat-webhook/
2828
WORKDIR /data/wechat-webhook/
2929

0 commit comments

Comments
 (0)