From 39ba823eae61d2fea81527cca573f5c70eaaa696 Mon Sep 17 00:00:00 2001 From: Zikil Date: Thu, 7 Nov 2024 14:42:26 +0700 Subject: [PATCH] docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 718465e..fd824ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,6 +51,6 @@ RUN npm run build # production enviroment FROM nginx:stable-alpine COPY --from=build /app/build /var/www/build -COPY --from=build /app/nginx.conf /etc/nginx/sites-enabled/djfault +COPY --from=build /app/nginx.conf /etc/nginx/sites-enabled/default EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file