kodadot/nft-gallery

View on GitHub
docker-compose.yml

Summary

Maintainability
Test Coverage
version: "3.8"

services:
  frontend:
    container_name: Kodadot
    build:
      context: .
      dockerfile: Dockerfile
    volumes:
      - ./:/app
      - /app/node_modules
    command: pnpm dev
    ports:
      - "9090:9090"
    env_file: .env