test node command

This commit is contained in:
Kseninia Mikhaylova 2024-06-21 13:20:30 +03:00
parent 7d08aef89d
commit cb682a179f
2 changed files with 4 additions and 3 deletions

View File

@ -9,4 +9,5 @@ RUN npm install --omit=dev
COPY . /src
RUN npm run build
CMD npm run preview -- --host
# CMD npm run preview -- --host
CMD node .output/server/index.mjs