Skip to content

Commit 7b4bc1a

Browse files
committed
update readme
1 parent cf5fbd0 commit 7b4bc1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ Check out the [post](https://testdriven.io/dockerizing-django-with-postgres-guni
1010

1111
Uses the default Django development server.
1212

13-
1. Update the environment variables in the *docker-compose.yml* file.
13+
1. Rename *.env.dev-sample* to *.env.dev*.
14+
1. Update the environment variables in the *docker-compose.yml* and *.env.dev* files.
1415
1. Build the images and run the containers:
1516

1617
```sh
@@ -23,7 +24,7 @@ Uses the default Django development server.
2324

2425
Uses gunicorn + nginx.
2526

26-
1. Rename *.env-sample* to *.env* and *.env.db-sample* to *.env.db*. Update the environment variables.
27+
1. Rename *.env.prod-sample* to *.env.prod* and *.env.prod.db-sample* to *.env.prod.db*. Update the environment variables.
2728
1. Build the images and run the containers:
2829

2930
```sh

0 commit comments

Comments
 (0)