Skip to content

Commit 77af558

Browse files
Update readme
1 parent 922ae27 commit 77af558

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,9 @@
66
# Steps to run
77

88
- specify `SERVER_PORT` in `.env` file (Default is 8081)
9-
- specify `SCHEDULE_UPDATE` in `.env` file to clone data from token registry and use it as cache
9+
- specify `SCHEDULE_UPDATE` in `.env` file to clone data from token registry and use it as cache
1010
- `yarn && yarn start`
11+
12+
# Run Image
13+
14+
`docker run -p 8082:8082 -e SCHEDULE_UPDATE=true -e SERVER_PORT=8082 ghcr.io/cardanoapi/token-registry-api:null`

0 commit comments

Comments
 (0)