From ffc9ee780fda94b188890bf6e48b7bfdac6adf3d Mon Sep 17 00:00:00 2001 From: Dede Fuji Abdul Date: Wed, 17 Apr 2024 21:23:58 +0700 Subject: [PATCH] build image --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc73d15..70e5487 100755 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,6 @@ COPY --from=builder /app/dist /usr/share/nginx/html COPY --from=builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 32166 CMD ["nginx", "-g", "daemon off;"] - # FROM nginx:stable-alpine # COPY /dist /usr/share/nginx/html # COPY /nginx.conf /etc/nginx/nginx.conf