docker
Some checks failed
Build and Push Docker / build-and-push (push) Failing after 2m50s

This commit is contained in:
Oli Passey
2026-02-21 18:13:41 +00:00
parent 68cf0fcdc3
commit a9452c0afb
4 changed files with 61 additions and 0 deletions

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM nginx:1.27-alpine
COPY ./index.html /usr/share/nginx/html/index.html
COPY ./styles.css /usr/share/nginx/html/styles.css
COPY ./app.js /usr/share/nginx/html/app.js
EXPOSE 80