From e7d863660fbc0cb62389390b50757cf28fecbc83 Mon Sep 17 00:00:00 2001 From: Kseninia Mikhaylova Date: Mon, 8 Jul 2024 16:19:54 +0300 Subject: [PATCH] env --- Dockerfile | 4 ++-- compose.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ee9299..3774520 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ RUN npm install --omit=dev COPY . /src RUN npm run build -# CMD npm run preview -- --host -CMD node .output/server/index.mjs \ No newline at end of file +CMD npm run preview -- --host +# CMD node .output/server/index.mjs \ No newline at end of file diff --git a/compose.yaml b/compose.yaml index a39c820..8af857b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,7 +3,7 @@ services: build: context: ./ dockerfile: Dockerfile - env_file: ".env" + # env_file: ".env" container_name: mns_mini_zabor_${BRANCH} restart: always ports: