Skip to content

Commit c85ee87

Browse files
committed
fix readme
1 parent 61f5a76 commit c85ee87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ in our case server and client are on the same network "webapp" , hence only the
128128

129129
#### Environment
130130

131-
Enviornment variables will be located in ./server/.env
131+
Enviornment variables will be located in `./server/.env`
132132
and will contain postgres credentials to establish connection to our data-base.
133133
Thanks to https://github.com/vishnubob/wait-for-it for the wait-for-it.sh script, we can set that the server image will run only after getting confirmation that postgres container is available.
134134
by that we wont get connection failures due to bad order of docker composing.

0 commit comments

Comments
 (0)