From dc522daffe9010a5e84a6b7860bdab743ee9eb88 Mon Sep 17 00:00:00 2001 From: Tom Irgang Date: Mon, 17 Apr 2023 21:39:07 +0200 Subject: [PATCH] fix Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index f88897f..1fa6f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,4 +25,6 @@ RUN chmod +x /opt/app/start_server.sh RUN chown -R www-data:www-data /opt/app # start server +EXPOSE 8020 +STOPSIGNAL SIGTERM CMD ["/opt/app/start_server.sh"]