pass --host to vite

This commit is contained in:
Late Night Defender 2024-03-28 01:01:51 +07:00
parent db60c13147
commit f46f4c7e65

View file

@ -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