app-generator / sample-django-best-practices

MIT License
2 stars 1 forks source link

Docker Exec - Fails for missing `.env` #4

Closed app-generator closed 2 years ago

app-generator commented 2 years ago

Hello @koladev32

The Docker execution exits with error .env: The system cannot find the file specified.

Please add .env.sample with default values and associate comments to inform the user about it.

Also, README should be updated to mention the .env creation from .env.sample

Ty!

koladev32 commented 2 years ago

Good here!

app-generator commented 2 years ago

The issue persists in the latest version:

$ cd sample-django-best-practices
$ git pull
Already up to date.
$ docker container kill $(docker ps -q) ; docker container rm $(docker ps -a -q) ; docker network prune -f ; docker-compose up --build
open D:\work\repo-samples\sample-django-best-practices\.env: The system cannot find the file specified.
app-generator commented 2 years ago

Closing!