diff --git a/Dockerfile b/Dockerfile index 7c64388..3ffd126 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN hugo FROM nginx:latest as server_stage COPY --from=build_stage /opt/scottyah-blog/hugo-content/public/ /usr/share/nginx/html EXPOSE 80 -CMD ["nginx"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file