From 80f0b4dbe768cfaf16f6029970dbc5aa37d7df04 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Sat, 29 Mar 2025 01:59:13 +0800 Subject: [PATCH] Disable Dockerfile step --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a99f3c3..108d2d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ FROM nginx:latest 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 -RUN service nginx restart +# RUN service nginx restart EXPOSE 80