Skip to content
  • femiadeyemi's avatar
    packaging: make the start script more robust · 1001bc5e
    femiadeyemi authored
    Motivation:
    
    More options are neccessary to enable robust packaging.
    The start.sh script presently only takes one option,
    however to do set some availabe after build is desirable
    and this script can handle this.
    
    Modification:
    
    - make the file path of the web static directory, the port
       number of the server and the spring profile  settable
       through the script.
    - set active profile to dev inside the dockerfile file
    - add application yml for dev profile
    
    Result:
    
    start.sh now handle many options that can be configure for
    starting the server.
    
    Target: master
    1001bc5e