feat(docker-compose.yml): add VITE_PROXY_TARGET environment variable to frontend service
feat(frontend/dev.Dockerfile): change npm start command to npm run dev:docker feat(frontend/package.json): add dev:docker script to run vite with host 0.0.0.0 feat(frontend/vite.config.ts): use environment variable to determine the target for proxying requests
This commit is contained in:
parent
50165ce789
commit
b0ded58d1e
4 changed files with 31 additions and 30 deletions
|
|
@ -23,4 +23,4 @@ RUN chmod +x set_proxy.sh && \
|
|||
USER node
|
||||
|
||||
RUN npm install --loglevel warn
|
||||
CMD ["npm", "start"]
|
||||
CMD ["npm", "run", "dev:docker"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue