Veniamin
Veniamin
Can I try it? I’ve already done a code review, and I can implement it
Did you mean deploying frontend and backend Docker images to Docker Hub?
If you need help setting up or improving your GitHub workflows for deployment, i can do this
- docker-compose.yml (root dir) ``` version: '3.8' services: frontend: build: context: ./frontend dockerfile: Dockerfile volumes: - ./build:/app/build ports: - "3000:3000" networks: my_network: ipv4_address: 192.168.1.2 networks: my_network: driver: bridge ipam: config:...
When i try build front-end via npm i got blank page it's correctly?
``` Uncaught SyntaxError: The requested module '/node_modules/.vite/deps/react-icons_lu.js?v=043c0d89' does not provide an export named 'LuLoader2' (at SearchBar.jsx:8:9) ``` > Do you have any errors in the browser console ?