Create docker image using Dockerfile which uses below:
- Ubuntu/alpine image
- Proxy url
- Environment variable dev
- Make start.sh file executable and use it as entrypoint.
- Copy the app folder inside the image
- Install python3.9
- Use the port 80
Create docker image using Dockerfile which uses below: