First, make sure Cardano-Node is running and cardano-cli is accessible
npm install
npm run dev
Run the following command under the root directory of the project:
npm run build
-
build
-
public
-
.docker.env.prod
-
.env.local
-
.env.production
-
DockerFile
-
docker-compose-prod.yml
-
next-env.d.ts
-
next.config.js
-
package.json
-
tsconfig.json
-
Download config files under /home/cardano/config/
-
Run the following command under the root directory of the project:
docker-compose -f docker-compose-prod.yml --env-file .docker.env.prod up --build -d