Skip to content

Commit 955c79d

Browse files
committed
fix readme typo
1 parent ee7802a commit 955c79d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
### Introduction
44

55
This is a PREN-Stack Dockerized boilerplate.
6-
A vanila infrastructure made to simplify the develpoment and deploying processes using pern stack and docker, docker-compose.
6+
A vanilla infrastructure made to simplify the develpoment and deploying processes using pern stack and docker.
77

88
### Prerequisites
99

10-
Make sure u have this installed on your machine.
10+
Make sure you have the below installed on your machine.
1111

1212
- [x] **Docker** : https://docs.docker.com/engine/install/
1313
- [x] **Docker-Compose** : https://docs.docker.com/compose/install/
@@ -79,7 +79,7 @@ Client has been created with create-react-app and located in ./project-name/clie
7979
In develpoment mode it will be run in a container built with ./client/Dockerfile.dev and will be exposed on port 3000.
8080
In production mode a client build will be created and will run in a container built with ./client/Dockerfile the client build/static-files and will be served with nginx server and will be exposed on port 80.
8181

82-
Enviornment variables can be moved into running dockerfile itself under ENV or can be decalred in the docker compose file unde enviornemt property
82+
Enviornment variables can be moved into running dockerfile itself under ENV or can be decalred in the docker compose file under enviornemt property
8383

8484
**note that nginx server has a minimalistic configuration**
8585

@@ -128,7 +128,7 @@ To establish a development environment, simply run the following command from th
128128
sudo docker-compose --file docker-compose-dev.yml up
129129
```
130130

131-
On save changes in client and server, cotainers will be automatically updated, no need to restart any servers.
131+
On save changes in client and server, containers will be automatically updated, no need to restart any servers.
132132
</br>
133133

134134
### Production
@@ -139,7 +139,7 @@ To establish production environment, simply run the following command from the r
139139
sudo docker-compose up
140140
```
141141

142-
This will creates build for both server and client, will serve client build with nginx server on port 80 and will communicate with server on port 5500 in the location /api, server will communicate with postgres oon port 5432.
142+
This will creates build for both server and client, will serve client build with nginx server on port 80 and will communicate with server on port 5500 in the location /api.
143143

144144
## Demo
145145

0 commit comments

Comments
 (0)