mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 10:16:53 +00:00
pass --host to vite
This commit is contained in:
parent
db60c13147
commit
f46f4c7e65
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ COPY . /opt/little-lines-frontend
|
|||
# Start the app
|
||||
WORKDIR /opt/little-lines-frontend
|
||||
RUN npm i
|
||||
CMD npm run dev --host
|
||||
CMD npm run dev -- --host
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue