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