feature/84-character-creation #88
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
paths:
|
||||
- Wiki/**
|
||||
- Wiki.Dockerfile
|
||||
|
||||
env:
|
||||
# Name of module and id separated by a slash
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
FROM nginx
|
||||
FROM nginx:1.25.3-alpine3.18-slim
|
||||
COPY .public /usr/share/nginx/html
|
||||
|
|
Loading…
Reference in a new issue