Skip to content

Commit

Permalink
Add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt committed Aug 24, 2024
1 parent eac2467 commit 7368b5b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM nginx:alpine

COPY _site /usr/share/nginx/html

EXPOSE 80

0 comments on commit 7368b5b

Please sign in to comment.