From f9913cd9bb2d8342c096275e7fd86e23b9e0476b Mon Sep 17 00:00:00 2001 From: Jakub K Date: Sun, 19 Nov 2023 20:44:45 +0100 Subject: [PATCH] CI/CD --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08c4e63..95d0a5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ COPY --from=build-stage /app/dist/ /usr/share/nginx/html # Expose port 80 to the outside EXPOSE 80 # Start Nginx when the container has provisioned. -CMD ["nginx", "-g", "daemon off"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file