Skip to content

Commit

Permalink
feat: introduce Dockerfile (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
maiste authored Oct 1, 2024
1 parent 8715227 commit ea64fc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM nginx:1.27-alpine
COPY ./main.css ./index.html ./install /usr/share/nginx/html/
CMD [ "nginx", "-g", "daemon off;" ]

0 comments on commit ea64fc1

Please sign in to comment.