Skip to content

Commit

Permalink
Merge pull request #7 from pierre-josselin/main
Browse files Browse the repository at this point in the history
Fix docker run command in readme
  • Loading branch information
dwendland authored Jun 22, 2022
2 parents 16106e3 + 396164e commit 58135c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ docker build -t activation-service:my-tag .
Make a copy of the configuration file `config/as.yml` and modify according to your environment.
Then run the image:
```shell
docker run --rm -it -p 7000:7000 -v <PATH_TO_FILE>/as.yml:/home/portal/config/as.yml activation-service:my-tag
docker run --rm -it -p 7000:7000 -v <PATH_TO_FILE>/as.yml:/home/aservice/config/as.yml activation-service:my-tag
```

### Kubernetes
Expand Down

0 comments on commit 58135c1

Please sign in to comment.