Skip to content
Snippets Groups Projects
Select Git revision
  • homologa protected
  • development default protected
  • warning_0403
  • master protected
  • barChartFix
  • tutorial_fix
  • issue/722
  • fix_quota
  • paginaSobre
  • issue/631
10 results

mapfor

  • Clone with SSH
  • Clone with HTTPS
  • Branches

    master -> production
    homologa -> homologation

    Build locally

    # homologation
    npm run buildHom
    
    # production
    npm run buildProd

    Run locally

    # homologation
    npm run startHom
    
    # production
    npm run startProd

    Build and run using docker-compose

    docker-compose up -d --build mapfor # in docker-compose directory

    Build and run using docker

    docker build -t mapfor . # in project directory
    docker run -d --restart unless-stopped --net host --name mapfor mapfor