Skip to content

Commit

Permalink
removed redundant script
Browse files Browse the repository at this point in the history
  • Loading branch information
wohlben committed Apr 22, 2019
1 parent d7ff970 commit 179ec63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -66,7 +66,7 @@ git clone git@github.com:boyney123/mockit.git
```

```sh
cd mockit && sh build-and-start.sh
cd mockit && docker-compose up
```

Once everything is up and running go to [http://localhost:5000](http://localhost:5000) to see MockIt.
Expand Down
7 changes: 0 additions & 7 deletions build-and-start.sh

This file was deleted.

3 changes: 3 additions & 0 deletions docker-compose.yml
Expand Up @@ -2,18 +2,21 @@ version: "3"
services:
mockit-routes:
image: "mockit-routes"
build: "mockit-routes"
ports:
- 3000:3000
volumes:
- ./configuration/routes.json:/usr/src/mockit-routes/configuration/routes.json
mockit-server:
image: "mockit-server"
build: "server"
ports:
- 4000:4000
volumes:
- ./configuration/routes.json:/usr/src/mockit-server/configuration/routes.json
mockit-client:
image: "mockit-client"
build: "client"
ports:
- 5000:3000
environment:
Expand Down

0 comments on commit 179ec63

Please sign in to comment.