Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

bianjieai/iobscan-ibc-explorer-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iobscan-ibc-explorer-backend

Run

First make

make build

then start with

./iobscan-ibc-explorer-backend start

or

./iobscan-ibc-explorer-backend start test -c configFilePath

Run with docker

You can run application with docker.

docker build -t iobscan-ibc-explorer-backend .

then

docker run --name iobscan-ibc-explorer-backend -p 8080:8080 iobscan-ibc-explorer-backend

env params

  • CONFIG_FILE_PATH: option string config file path