A freelancing platform project for course CS223(Software Engineering)
-
Install Docker
-
Pull the docker image of the project from dockerhub
docker pull anshulahuja/freelancing-solutions
-
Run a container of the image
docker run -p 80:8000 anshulahuja/freelancing-solutions
This will start the server exposed at port 80 of your system
-
To connect to the shell of the container
docker exec -it <container-name> /bin/bash