Skip to content

Commit

Permalink
add Dockerfile
Browse files Browse the repository at this point in the history
deploy
  • Loading branch information
trueberryless committed Nov 3, 2024
1 parent 1f98407 commit 41289f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM httpd:2.4 AS runtime
COPY /docs/dist /usr/local/apache2/htdocs/
EXPOSE 80
EXPOSE 443

0 comments on commit 41289f3

Please sign in to comment.