diff --git a/docker/alpine/Dockerfile b/docker/alpine/Dockerfile index f8e4708e..b0e23b43 100644 --- a/docker/alpine/Dockerfile +++ b/docker/alpine/Dockerfile @@ -19,7 +19,11 @@ COPY ./docker/alpine/entrypoint.sh / COPY ./docker/public /public EXPOSE 80 + +STOPSIGNAL SIGQUIT + ENTRYPOINT ["/entrypoint.sh"] + CMD ["static-web-server"] # Metadata diff --git a/docker/scratch/Dockerfile b/docker/scratch/Dockerfile index 2124c104..e89f8a80 100644 --- a/docker/scratch/Dockerfile +++ b/docker/scratch/Dockerfile @@ -15,6 +15,9 @@ COPY --from=latest /usr/local/bin/static-web-server / COPY ./docker/public /public EXPOSE 80 + +STOPSIGNAL SIGQUIT + ENTRYPOINT ["/static-web-server"] # Metadata