mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 22:16:50 +00:00
listen to all interfaces
This commit is contained in:
parent
56fc6bca3c
commit
8e6f0b1d10
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COPY . /opt/little-lines-frontend
|
||||||
# Run Vite production build
|
# Run Vite production build
|
||||||
WORKDIR /opt/little-lines-frontend
|
WORKDIR /opt/little-lines-frontend
|
||||||
RUN yarn
|
RUN yarn
|
||||||
CMD yarn dev
|
CMD yarn dev --host
|
||||||
|
|
||||||
# Copy files to nginx path
|
# Copy files to nginx path
|
||||||
#RUN cp -r dist/* icons /usr/share/nginx/html
|
#RUN cp -r dist/* icons /usr/share/nginx/html
|
||||||
|
|
Loading…
Reference in a new issue