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: _examples/rabbitmq/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@ Copy the index file in this folder to the project root:
7
7
```bash
8
8
cd<project_folder>/
9
9
10
-
cp nodock/_examples/rabbitmq/index.js .
11
-
cp nodock/_examples/rabbitmq/package.json .
10
+
cp -r nodock/_examples/rabbitmq/*.
12
11
```
13
12
14
13
### Usage
@@ -19,4 +18,4 @@ cd nodock/
19
18
docker-compose up -d rabbitmq node nginx
20
19
```
21
20
22
-
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `rabbitmq`. If you are seeing an error message, wait a few seconds for RabbitMQ to spin up and reload the page.
21
+
By going to `127.0.0.1` in your browser you should be seeing a message indicating that `node` has successfully connected to `rabbitmq`. If you are seeing an error message, wait a few seconds for RabbitMQ to spin up and reload the page.
0 commit comments