From eed93b911db7ae5c73436bdbdd78081a5ddd88b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D1=80=D1=83=D0=B3=D0=BB=D0=B8=D1=86=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=9D=D0=B8=D0=BA=D0=B8=D1=82=D0=B0=20=D0=92=D0=B8?= =?UTF-8?q?=D1=82=D0=B0=D0=BB=D1=8C=D0=B5=D0=B2=D0=B8=D1=87?= Date: Thu, 20 Nov 2025 22:01:34 +0600 Subject: [PATCH] Initial commit --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index a01b42f..a73e12b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,10 +6,10 @@ RUN yarn install COPY . . RUN yarn build -FROM nginx:stable-alpine +FROM httpd:latest-alpine -COPY --from=build /app/dist /usr/share/nginx/html +COPY --from=build /app/dist /usr/local/apache2/htdocs/ EXPOSE 80 -CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file +#CMD ["nginx", "-g", "daemon off;"]