You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,11 +62,7 @@ Create an .env file in project root to register the following required environme
62
62
63
63
### Use Docker: ###
64
64
65
-
You can use Docker to start the app locally. The Dockerfile and the docker-compose.yml are already provided for you. For this option you must specify following var in the .env file:
66
-
67
-
DATABASE_URL
68
-
69
-
then run the following command:
65
+
You can use Docker to start the app locally. The Dockerfile and the docker-compose.yml are already provided for you. You have to run the following command:
70
66
71
67
```shell
72
68
docker-compose up
@@ -200,6 +196,7 @@ GET /users/:userId/posts/:postId
0 commit comments