listen to all interfaces

This commit is contained in:
Late Night Defender 2023-11-12 16:50:41 +07:00
parent 56fc6bca3c
commit 8e6f0b1d10

View file

@ -10,7 +10,7 @@ COPY . /opt/little-lines-frontend
# Run Vite production build
WORKDIR /opt/little-lines-frontend
RUN yarn
CMD yarn dev
CMD yarn dev --host
# Copy files to nginx path
#RUN cp -r dist/* icons /usr/share/nginx/html