Skip to content

Commit ce2d39e

Browse files
authored
Update README.md
1 parent f6a3af7 commit ce2d39e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ A typical product (SaaS, etc.) usually consists of following services:
114114

115115

116116
## Setup and Running
117-
- Clone repo git clone [email protected]:atulmy/fullstack-javascript-architecture.git fullstack
117+
- Clone repo `git clone [email protected]:atulmy/fullstack-javascript-architecture.git fullstack`
118118

119119
- **API**
120120
- Info
@@ -173,6 +173,14 @@ A typical product (SaaS, etc.) usually consists of following services:
173173
- Run
174174
- Start Web server: `npm start`, browse at http://localhost:5000
175175

176+
- **Deployment**
177+
- Switch to `deployment` directory `cd deployment`
178+
- Get the latest code `git pull`
179+
- Build containers `docker-compose up --build -d`
180+
- `up` = Builds, (re)creates, starts, and attaches to containers for a service.
181+
- `--build` = Build images before starting containers
182+
- `-d` = Detached mode: Run containers in the background, print new container names
183+
176184

177185
## Screenshots
178186

0 commit comments

Comments
 (0)