From 4babfbc232d4ecb4f76b84e9ab3778ad5ab0ac04 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 30 May 2026 09:17:35 +0330 Subject: [PATCH] update docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2fb8e1..f305d25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN sed -i 's|https://dl-cdn.alpinelinux.org/alpine|https://mirror.de.velop.ir/a COPY --from=builder /build/dist /usr/share/nginx/html -COPY --from=builder /build/nginx.con[f] /etc/nginx/conf.d/default.conf +# COPY --from=builder /build/nginx.con[f] /etc/nginx/conf.d/default.conf RUN cat /etc/nginx/conf.d/default.conf EXPOSE 80