Repo echipa Papadiile (backend) FII Documents Flow
- Install docker
- Open a cmd in the projects directory and run : mvn clean install (probably it will be necessary to skip the tests)
- After the previous command has finalised with success, run the following cmd :
sh mvn docker:build( this command will create the docker image) - In the end, to run the docker image containing our app, just run
sh docker run -p 9666:9666 documents-backend