diff --git a/Dockerfile b/Dockerfile index d5a0712..958365c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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