fix path
This commit is contained in:
parent
2ad6d50b38
commit
9a7d5675f7
|
@ -9,4 +9,4 @@ FROM alpine
|
||||||
WORKDIR /opt/data
|
WORKDIR /opt/data
|
||||||
COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot
|
COPY --from=builder /usr/local/cargo/bin/gitea-bot /bin/gitea-bot
|
||||||
|
|
||||||
RUN [ "gitea-bot" ]
|
RUN [ "/bin/gitea-bot" ]
|
Loading…
Reference in New Issue