I have a node web application has a need to execute arbitrary python code. Use this repository as a starting point.
- Complete Dockerfile so container can be built and run locally
- Instructions on how to run container in the README.md
- While running container endpoint GET '/ping' return 200 status
- Should use parent container ( FROM node:12.13.1-alpine )
- Install dependencies in requirements.txt file ( pip3 install -r requirements.txt )
- README should include instructions to build and run the container
- Bonus: Add a Makefile to simplify and improve the build + run process
- Commit and push to your own repo and send us the repo link. Please do not fork or use our name in your repo.