From f304f1341895bfeb653902561d8da2f7054a7be5 Mon Sep 17 00:00:00 2001 From: Alexander Sakhaev Date: Wed, 26 Jun 2024 18:54:02 +0300 Subject: [PATCH] ci: adopt dockerfile for caprover --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e49786ab..ce86abec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN yarn COPY . . RUN yarn build -FROM nginx:1.26.1-alpine +FROM nginx:1.11.13-alpine COPY --from=build /app/dist /usr/share/nginx/html EXPOSE 80 CMD ["nginx", "-g", "daemon off;"]