Closed dTechLife closed 3 years ago
docker build . -t petsitter
docker run -p 80:3001 -t petsitter
@navjot-chahal mind testing this? checkout the branch and run the docker commands. It will use the dot-env file you have locally. NOTE: Mongo db env variable needs to be set to an IP or hostname not 'localhost'.
What this PR does (required):
Any information needed to test this feature (required):
docker build . -t petsitter
docker run -p 80:3001 -t petsitter