From 67f28763549364070b44fb9320dd501e850b2c72 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Tue, 10 Dec 2024 22:38:47 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 080796c..1dfd101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY ./ /usr/local/app/ RUN npm install --save-dev RUN npm run build -FROM nginx:alpine-slim +FROM nginx:alpine RUN rm -rf /usr/share/nginx/html/* COPY --from=build /usr/local/app/build/ /usr/share/nginx/html COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf