From 04c9700face096614a2403e7d9302bd8c9a6f6b9 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Sat, 13 Jan 2024 12:11:58 +0700 Subject: [PATCH] Update Dockerfile CMD instruction --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8b6a16e..5232d09 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 32167 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +CMD ["nginx", "-g", "daemon off;"]