Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 243 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 243 Bytes

To launch the application, go to the solution folder. Then build the application with the command:

docker build -t municorntestapp .

Then start the docker container

docker run -it --rm -p 5000:80 --name municorn_test_app municorntestapp