env #18

Merged
ksenia_mikhailova merged 1 commits from dev into main 2024-07-08 16:20:15 +03:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e7d863660f - Show all commits

View File

@ -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
CMD npm run preview -- --host
# CMD node .output/server/index.mjs

View File

@ -3,7 +3,7 @@ services:
build:
context: ./
dockerfile: Dockerfile
env_file: ".env"
# env_file: ".env"
container_name: mns_mini_zabor_${BRANCH}
restart: always
ports: