diff --git a/Dockerfile b/Dockerfile index 2a19b1d..d521c19 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,4 +5,7 @@ COPY entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/entrypoint.sh"] + +STOPSIGNAL SIGQUIT +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file