test node command
This commit is contained in:
parent
7d08aef89d
commit
cb682a179f
|
@ -9,4 +9,5 @@ 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
|
Loading…
Reference in New Issue