dev #60

Merged
ksenia_mikhailova merged 48 commits from dev into main 2024-07-26 10:41:38 +03:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 188fd831ac - Show all commits

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