Angular-SpringBoot-REST-JWT
Angular-SpringBoot-REST-JWT copied to clipboard
Add Docker Support and Automation Script
Added a Dockerfile to containerise the application and a shell script (run_docker.sh) for easy building and running of the Docker container. To use, simply run ./run_docker.sh after ensuring Docker is installed. This script builds the image and starts the container, mapping port 8080 for web access.
@mrin9 Hi could you please review my PR when it's available for you?