A Django-based web application.
- Docker
-
Build the Docker image:
docker build -t django_berry .
-
Run the container with a specific name:
docker run --name django_berry -p 8000:8000 django_berry
-
Access the application at
http://localhost:8000/graphql