feat(Dockerfile): added

This commit is contained in:
Paul Fey 2025-04-21 12:11:55 +02:00
parent c9bc263169
commit 040aa2c66c

7
Dockerfile Normal file
View file

@ -0,0 +1,7 @@
FROM bretfisher/jekyll-serve
COPY . /site
ENV JEKYLL_ENV="production"
EXPOSE 4000