[Notes] [Git][BuildGrid/buildgrid][master] Dockerfile: Update ENTRYPOINT with new CLI usage



Title: GitLab

Martin Blanchard pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • Dockerfile
    ... ... @@ -16,8 +16,7 @@ COPY . .
    16 16
     RUN pip install --user --editable .
    
    17 17
     
    
    18 18
     # Entry Point of the image (should get an additional argument from CMD, the path to the config file)
    
    19
    -ENTRYPOINT ["bgd", "-v", "server", "start"]
    
    19
    +ENTRYPOINT ["bgd", "server", "start", "-vv"]
    
    20 20
     
    
    21 21
     # Default config file (used if no CMD specified when running)
    
    22 22
     CMD ["buildgrid/_app/settings/default.yml"]
    23
    -



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]