Sarthak-Mittal / ifsc

An application to query bank details based on IFSC code. Client implementation for RazorPay IFSC https://github.com/razorpay/ifsc API
https://sarthak-mittal.github.io/ifsc/
MIT License
1 stars 7 forks source link

Add Dockerfile #23

Closed bishtsaurabh5 closed 4 years ago

bishtsaurabh5 commented 4 years ago

This commit adds the dockerfile to containerize the project

1)Run docker build . -t "image_name" 2)Run docker run --net=host to run the docker image

Sarthak-Mittal commented 4 years ago

Good work! Could you also document the steps to set-up and getting started with Docker in the Readme file?

bishtsaurabh5 commented 4 years ago

Sure I will add the steps in the Readme File

bishtsaurabh5 commented 4 years ago

Done changes made and Updated Readme file

Sarthak-Mittal commented 4 years ago

Good work @bishtsaurabh5 !