Skip to content

Commit

Permalink
build: add dockerfile to serve static html content
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jan 16, 2025
1 parent 6e797c7 commit 25b7ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM nginx
COPY html /usr/share/nginx/html

0 comments on commit 25b7ef0

Please sign in to comment.