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: