From 7380f4069b5c1c60273156e9e4784a4ee837f316 Mon Sep 17 00:00:00 2001 From: Anton Laktionov Date: Wed, 24 Jun 2026 14:27:54 +0300 Subject: [PATCH] add restore.php --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 7661d87..4ac50bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,5 +10,8 @@ RUN npm run build FROM nginx:1.25-alpine COPY --from=builder /app/dist /usr/share/nginx/html COPY --from=builder /app/src/public /usr/share/nginx/html +# RUN apk add --no-cache curl ca-certificates +# RUN curl -fsSL https://www.1c-bitrix.ru/download/files/scripts/restore.php -o /usr/share/nginx/html/restore.php + EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file