Merge pull request 'env' (#18) from dev into main
Deploy / build_and_push_images (push) Successful in 1m25s Details
Deploy / deploy_to_server_dev (push) Successful in 32s Details

Reviewed-on: #18
This commit is contained in:
ksenia_mikhailova 2024-07-08 16:20:13 +03:00
commit 40ab9d82db
2 changed files with 3 additions and 3 deletions

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: