actions: Add docker file
All checks were successful
Build Docker / Build Docker (push) Successful in 21s

This commit is contained in:
Nathan Woodburn 2023-07-31 11:27:30 +10:00
parent a95a10f3bd
commit fbc7d5b8c5
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

2
Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM nginx:alpine
COPY . /usr/share/nginx/html