mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 22:36:53 +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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue