env
Deploy / deploy_to_server_dev (push) Has been cancelled Details
Deploy / build_and_push_images (push) Has been cancelled Details

This commit is contained in:
Kseninia Mikhaylova 2024-07-08 16:19:54 +03:00
parent 2ac5be3d9e
commit e7d863660f
2 changed files with 3 additions and 3 deletions

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: