Skip to content
Snippets Groups Projects
Select Git revision
  • 994484177c7a18ad151639b60979167a7268a25b
  • master default protected
  • development protected
  • homologa protected
  • msh22-development-patch-10494
  • nova-correcao-funcionarios-2024
  • revert-222fa403
  • enrollment_rate
  • es23-docentes-por-ente-federativo
  • teachers-ies
  • es23-superior-enrollment
  • instruction_level_fix2
  • hotfix-enrollment-aggregate
  • instruction_level_fixes
  • docentes-ies-ente-federativo
  • receita-potencial
  • #974-receita-potencial
  • db-conn
  • years-of-study-mean
  • new-indicators
  • issue_935
  • v1.16.0
  • v1.15.1
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.14
  • v1.9.0
  • v1.8.3
  • v1.8.2
  • v1.8.1
  • v1.8.0
  • v1.7.0
  • v1.6.1
  • v1.6.0
  • v1.5.0
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.3
  • v1.3.2
41 results

entrypoint.sh

Blame
  • entrypoint.sh 104 B
    #!/bin/bash
    echo "Starting simcaq-node"
    gulp watch &> /dev/null &
    cd build
    NODE_ENV=production gulp run