Docker- How To Dockerize A Django Application
Here I will work you through the steps to dockerize your Django application
Check Dependencies:
First make sure you have Docker and Python installed if not install them
#This checks the version of python
$ python --version
#This checks the version o...
Read: https://hilarydev.hashnode.dev/docker-how-to-dockerize-a-django-application
Here I will work you through the steps to dockerize your Django application
Check Dependencies:
First make sure you have Docker and Python installed if not install them
#This checks the version of python
$ python --version
#This checks the version o...
Read: https://hilarydev.hashnode.dev/docker-how-to-dockerize-a-django-application
👍1