Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
epompeii committed Oct 30, 2022
1 parent 381a1b2 commit 7dbe7c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,19 @@ It consists of:

## Quick Start

Run:
Pull and run Docker images:

- `./scripts/docker_run.sh`
```
docker compose up -d
```

Then open your browser to [localhost](http://localhost).

## Local Build with Docker
OR

Run:
Build and run Docker images:

- `docker compose -f builder.docker-compose.yml build`
- `docker compose -f local.docker-compose.yml up --build -d`
```
./scripts/docker_run.sh
```

Then open your browser to [localhost](http://localhost).

Expand Down
3 changes: 1 addition & 2 deletions scripts/docker_run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

docker compose -f builder.docker-compose.yml build

docker compose -f local.docker-compose.yml up --build -d
docker compose -f local.docker-compose.yml up --build -d

0 comments on commit 7dbe7c5

Please sign in to comment.