Skip to content

Commit 2e00a83

Browse files
authored
Add Dockerfile for Nginx with index.html
1 parent d5182cc commit 2e00a83

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM nginx:alpine
2+
3+
COPY index.html /usr/share/nginx/html/index.html

0 commit comments

Comments
 (0)