feature/84-character-creation #88

Merged
rainote merged 60 commits from feature/84-character-creation into master 2023-11-17 07:29:21 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 87955f3ba3 - Show all commits

View file

@ -4,6 +4,7 @@ on:
push: push:
paths: paths:
- Wiki/** - Wiki/**
- Wiki.Dockerfile
env: env:
# Name of module and id separated by a slash # Name of module and id separated by a slash

View file

@ -1,2 +1,2 @@
FROM nginx FROM nginx:1.25.3-alpine3.18-slim
COPY .public /usr/share/nginx/html COPY .public /usr/share/nginx/html