actions: Fix subpages
All checks were successful
Build Docker / Build Docker (push) Successful in 22s

This commit is contained in:
2023-07-31 17:32:25 +10:00
parent 5d9c2b8fcc
commit a2f34bd784
2 changed files with 16 additions and 1 deletions

View File

@@ -1,2 +1,3 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html
COPY . /usr/share/nginx/html
COPY default.conf /etc/nginx/conf.d/default.conf