Skip to content

Commit bc8fb64

Browse files
committed
fix readme typo
1 parent 7241d93 commit bc8fb64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@ The client build/static-files will be served with nginx server and will be expos
8989
#### Environment Variables
9090

9191
Enviornment variables are located in `./client/.env` but can be declared into the dockerfile itself under ENV or in the docker compose file under enviornemt property.
92-
**In order to o use docker stack deploy** its needed to use one of the other options and not env_file.
92+
**In order to use docker stack deploy** its needed to use one of the other options and not env_file.
9393

9494
**note that nginx server has a minimalistic configuration**
9595

9696
## Data-base
9797

9898
Postgres data-base is created with an official postgres image which can be found in docker hub https://hub.docker.com/_/postgres
99-
the data-base will be initialized with ./database/initdb.sql script. feel free to change it to your own needs.
99+
the data-base will be initialized with `./database/initdb.sql` script. feel free to change it to your own needs.
100100

101101
Enviornment variables will be located in `./database/.env`
102102
and will contain our database credentials :
@@ -114,7 +114,7 @@ Volumes of our database will be located in `./database/data`
114114
115115
## Server
116116

117-
Server is located in ./projec-name/server using express.
117+
Server is located in `./projec-name/server` using express.
118118

119119
#### Development
120120

0 commit comments

Comments
 (0)