Skip to content

Commit 907537f

Browse files
Add Dockerfile for Nginx setup
1 parent 357f2e6 commit 907537f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker/Dockerfile

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

0 commit comments

Comments
 (0)