This commit is contained in:
callum
2026-03-10 17:05:22 +00:00
commit 2c456a1279
6 changed files with 259 additions and 0 deletions

3
Dockerfile Normal file
View File

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