docker build -t erp-with-react:prod -f Dockerfile . docker run -p 80:80 erp-with-react:prod docker build -t erp-with-react:dev -f Dockerfile.dev . Unix Command docker run -p 8080:8080 -v $(pwd):/app ...
Welcome to the Simplified ERP System with React! This project offers an easy-to-use interface for handling crucial business functions. This program streamlines the process while providing a flawless ...