From 6dd28e35d43fb7c8b28e9e5d2d5a6c047f2ce3ef Mon Sep 17 00:00:00 2001 From: stCarolas Date: Sun, 16 Jun 2024 13:31:20 +0300 Subject: [PATCH] try to use install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 38092d5..f497a2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY .env.production .env.production COPY public/ public COPY src/ src -RUN npm ci --legacy-peer-deps +RUN npm install --legacy-peer-deps RUN npm run build FROM httpd:2.4-alpine