Skip to content

Commit

Permalink
Merge branch 'main' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavacharya committed Apr 7, 2022
2 parents 507cd53 + e191353 commit 16e99eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Run the above command on your terminal from the root of project folder to create

### Adding hostnames in /etc/hosts
```sh
sudo sh scipts/host.sh
sudo sh scripts/host.sh
```

> Note: The above command creates 6 containers for the running the application.
Expand Down Expand Up @@ -107,7 +107,7 @@ Run the above command on your cmd from the root of project folder to create all

### Adding hostnames in /etc/hosts
```sh
sudo sh scipts/host.sh
sudo sh scripts/host.sh
```

> Note: The above command creates 6 containers for the running the application.
Expand Down Expand Up @@ -154,7 +154,7 @@ docker compose build

Add changes in etc/hosts/ for production url
```sh
sudo sh scipts/prod_host.sh
sudo sh scripts/prod_host.sh
```

Install CORS plugin in browser to enable cors headers since application is using jetstream object strore
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ services:
context: ./web_app
args:
- REACT_APP_API_GATEWAY_HOST=garuda.org
- REACT_APP_API_GATEWAY_PORT=30000
- REACT_APP_API_GATEWAY_PORT=$API_GATEWAY_PORT
depends_on:
- api_gateway
ports:
Expand Down

0 comments on commit 16e99eb

Please sign in to comment.