docker: Added Dockerfile
All checks were successful
OnPush / CheckFiles (push) Successful in 7s

This commit is contained in:
Nathan Woodburn 2023-07-27 21:49:26 +10:00
parent 10e3699981
commit 6c688c8996
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