We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06aafaf commit b5ae534Copy full SHA for b5ae534
README.md
@@ -2,18 +2,18 @@
2
3
Messages is a small messaging application.
4
5
-## Deployment
6
-
7
-```docker-compose -f docker-compose-deploy.yml```
8
9
-The project was deployed on a t2.micro ec2 instance. (AWS)
10
11
## Installation using Docker
12
13
```docker-compose build```
14
15
```docker-compose up```
16
+## Deployment
+
+```docker-compose -f docker-compose-deploy.yml up -d```
+The project was deployed on a t2.micro ec2 instance. (AWS)
17
## Installation without Docker
18
19
Create a virtual environment
0 commit comments