We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922ae27 commit 77af558Copy full SHA for 77af558
README.md
@@ -6,5 +6,9 @@
6
# Steps to run
7
8
- 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
+- specify `SCHEDULE_UPDATE` in `.env` file to clone data from token registry and use it as cache
10
- `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