diff --git a/Dockerfile b/Dockerfile index 4494301..bab66b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,6 @@ COPY . . RUN bundle exec jekyll build # Hosting Layer -FROM nginx +FROM nginx:1-bullseye COPY nginx.conf /etc/nginx/conf.d/default.conf COPY --from=0 /work/_site/ /usr/share/nginx/html/