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

View File

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