From 0f653ebd83b6f498c3ac894dfb0ecdaa6e61e080 Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Tue, 5 Mar 2024 11:29:20 +0700 Subject: [PATCH] build image --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66f7d87..52917ab 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ # RUN npm install # COPY . . # RUN npm run build - # 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