Browse Source

add dockerfile

Aneurin Barker Snook 2 months ago
parent
commit
7c8b62ed68
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Dockerfile

+ 4 - 0
Dockerfile

@@ -0,0 +1,4 @@
+FROM nginx:1.27-alpine
+
+COPY images /usr/share/nginx/html/images/
+COPY index.html /usr/share/nginx/html/