diff --git a/.gitea/workflows/docs.yaml b/.gitea/workflows/docs.yaml index 770de43..db61bd1 100644 --- a/.gitea/workflows/docs.yaml +++ b/.gitea/workflows/docs.yaml @@ -4,6 +4,7 @@ on: push: paths: - Wiki/** + - Wiki.Dockerfile env: # Name of module and id separated by a slash diff --git a/Wiki.Dockerfile b/Wiki.Dockerfile index eb4f5a6..88b3e03 100644 --- a/Wiki.Dockerfile +++ b/Wiki.Dockerfile @@ -1,2 +1,2 @@ -FROM nginx +FROM nginx:1.25.3-alpine3.18-slim COPY .public /usr/share/nginx/html