File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Run App With Docker
2
- I prepared a docker image on Docker Hub. You can start app the image with docker-compose.
2
+ You can start app image with docker-compose.
3
3
4
4
<br >
5
5
@@ -18,7 +18,7 @@ I prepared a docker image on Docker Hub. You can start app the image with docker
18
18
19
19
* Then run this command in same directory.
20
20
21
- $ docker-compose up -d
21
+ $ docker-compose up
22
22
23
23
<br >
24
24
@@ -34,11 +34,11 @@ I prepared a docker image on Docker Hub. You can start app the image with docker
34
34
## Start The Web App
35
35
* Download Project:
36
36
37
- $ git clone https://github.com/erensayar/Crud-Demo-With-ExpressJs-MongoDb .git
37
+ $ git clone https://github.com/erensayar/Crud-Web-App-NodeJs .git
38
38
39
39
* Go to project directory:
40
40
41
- $ cd Crud-Demo-With-ExpressJs-MongoDb
41
+ $ cd Crud-Web-App-NodeJs
42
42
43
43
* Start The App:
44
44
You can’t perform that action at this time.
0 commit comments