fix typo
This commit is contained in:
parent
9a7d5675f7
commit
ba0487cb50
|
@ -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 [ "/bin/gitea-bot" ]
|
CMD [ "gitea-bot" ]
|
Loading…
Reference in New Issue