Merge pull request 'Export vars' (#52) from bx-1146-more_calc into dev
Deploy / build_and_push_images (push) Successful in 1m25s Details
Deploy / deploy_to_server_dev (push) Successful in 32s Details

Reviewed-on: #52
This commit is contained in:
ksenia_mikhailova 2024-07-25 13:47:28 +03:00
commit 2fc0f632b0
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ 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 export $(cat .env | egrep -v '#|^$' | xargs) && node .output/server/index.mjs