From 0cf2e8d16ff86b5ff243c2966d1df1b375e58247 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Thu, 18 Jan 2024 11:02:24 +0700 Subject: [PATCH] Update Dockerfile CMD instruction --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 32ff3f3..2935857 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ FROM nginx:stable-alpine as production-stage COPY --from=build-stage /app/dist /usr/share/nginx/html COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 32166 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]