diff --git a/Dockerfile b/Dockerfile index 7bdae038072a65ef87b33e0650e970016c5df9d8..0c99c66d48b9a5ba1202cb66972a68c15862d1d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,5 +13,4 @@ RUN npm run build # --------------> The production image FROM nginxinc/nginx-unprivileged:1.26.0 AS production -RUN rm -rf /usr/share/nginx/html/* COPY --from=builder /app/build/ /usr/share/nginx/html/