We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9914cf commit 0c3a05cCopy full SHA for 0c3a05c
Dockerfile
@@ -23,7 +23,7 @@ RUN apk update && apk upgrade \
23
&& mkdir -p /usr/sbin \
24
&& mkdir -p /data/wechat-webhook/
25
26
-COPY --from=builder wechat-webhook /usr/bin
+COPY --from=builder /opt/app/wechat-webhook /usr/bin/wechat-webhook
27
ADD start.sh /data/wechat-webhook/
28
WORKDIR /data/wechat-webhook/
29
0 commit comments