diff --git a/Dockerfile b/Dockerfile index 091331f..fe51334 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,8 @@ RUN $APP_ENV/bin/pip install --no-cache-dir pip && \ COPY entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh + EXPOSE 8109 USER wikimore diff --git a/pyproject.toml b/pyproject.toml index 472431d..c87c2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "wikimore" -version = "0.1.9" +version = "0.1.10" authors = [{ name = "Private.coffee Team", email = "support@private.coffee" }] description = "A simple frontend for Wikimedia wikis" readme = "README.md"