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
@@ -79,7 +79,7 @@ Client has been created with create-react-app and located in ./project-name/clie
79
79
In develpoment mode it will be run in a container built with ./client/Dockerfile.dev and will be exposed on port 3000.
80
80
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.
81
81
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
83
83
84
84
**note that nginx server has a minimalistic configuration**
85
85
@@ -128,7 +128,7 @@ To establish a development environment, simply run the following command from th
128
128
sudo docker-compose --file docker-compose-dev.yml up
129
129
```
130
130
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.
132
132
</br>
133
133
134
134
### Production
@@ -139,7 +139,7 @@ To establish production environment, simply run the following command from the r
139
139
sudo docker-compose up
140
140
```
141
141
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.
0 commit comments