This commit is contained in:
parent
afdc700a64
commit
947bd5dedc
@ -9,4 +9,4 @@ RUN yarn rawbuild
|
|||||||
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
WORKDIR /app/dist
|
WORKDIR /app/dist
|
||||||
CMD ["yarn", "live-server", "--port=80", " --entry-file=./index.html"]
|
CMD ["yarn", "start"]
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"version": "1.3.7",
|
"version": "1.3.7",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"start": "live-server --port=80 --entry-file=./index.html",
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"rawbuild": "vite build",
|
"rawbuild": "vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user