Update Dockerfile

This commit is contained in:
senseab 2022-06-29 11:28:12 +08:00 committed by GitHub
parent 493e75e187
commit af03865ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ RUN apk add --no-cache rustup openssl-dev build-base && rustup-init -y --default
FROM alpine FROM alpine
RUN apk add --no-cache ca-certificates openssl RUN apk add --no-cache ca-certificates openssl libgcc
ENV TGBOT_TOKEN="" DATABASE_URI="" WRAPPER="" ENV TGBOT_TOKEN="" DATABASE_URI="" WRAPPER=""
CMD ["-c", "${WRAPPER} ./saysthbot-reborn ${OPTIONS}"] CMD ["-c", "${WRAPPER} ./saysthbot-reborn ${OPTIONS}"]
ENTRYPOINT [ "/bin/sh" ] ENTRYPOINT [ "/bin/sh" ]