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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,11 +79,11 @@ Client has been created with create-react-app and located in `./project-name/cli
79
79
80
80
#### Development
81
81
82
-
In develpoment mode cleient will be run in a container built with `./client/Dockerfile.dev` and will be exposed on port 3000, with docker volumes every on save change will be reflected within the running container.
82
+
In develpoment mode the client will be run in a container built with `./client/Dockerfile.dev` and will be exposed on port 3000, with docker volumes every change thats been saved will be reflected within the running container.
83
83
84
84
#### Production
85
85
86
-
In production mode a client build will be created and will run in a container built with `./client/Dockerfile`.
86
+
In production mode the client build will be created and will run in a container built with `./client/Dockerfile`.
87
87
The client build/static-files will be served with nginx server and will be exposed on port 80.
88
88
89
89
#### Environment Variables
@@ -117,8 +117,8 @@ Server is located in ./projec-name/server using express.
117
117
118
118
#### Development
119
119
120
-
In development mode it will run in a container built with `./server/Dockerfile.dev`.
121
-
dev mode server will be exposed on port 5500 to the "outside" worldand will use volumes for data persistent.
120
+
In development mode the server will run in a container built with `./server/Dockerfile.dev`.
121
+
and will be exposed on port 5500 to the "outside" world, with docker volumes and nodemon, every change thats been saved will be refelected within the running container.
0 commit comments