Skip to content

Commit

Permalink
set port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
cpbinovo committed Sep 14, 2023
1 parent e179075 commit 3c3f0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ npm run dev:app

```bash
docker build -t process-optimizer-frontend .
docker run --rm -it --name process-optimizer-frontend -p 80:80 --env API_URL=http://localhost:9090/v1.0 process-optimizer-frontend
docker run --rm -it --name process-optimizer-frontend -p 8080:80 --env API_URL=http://localhost:9090/v1.0 process-optimizer-frontend
```

## Run pre-built docker image

```bash
docker run -d -p80:80 --env API_URL=http://localhost:9090/v1.0 ghcr.io/boostv/process-optimizer-frontend:main
docker run -d -p 8080:80 --env API_URL=http://localhost:9090/v1.0 ghcr.io/boostv/process-optimizer-frontend:main
```

## Update OpenAPI client
Expand Down

0 comments on commit 3c3f0a4

Please sign in to comment.