Export vars #52

Merged
ksenia_mikhailova merged 1 commits from bx-1146-more_calc into dev 2024-07-25 13:47:29 +03:00
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