diff --git a/Dockerfile b/Dockerfile index cc2e8b6..2c45909 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ RUN apk add --virtual .build-deps gcc musl-dev libffi-dev openssl-dev \ && ln -s data/toots.db . ADD entrypoint.sh ./ +RUN chmod +x entrypoint.sh + ADD *.py ./ ENV EBOOKS_SITE=https://botsin.space