Skip to content
Snippets Groups Projects
Commit 669e776b authored by Martin Blanchard's avatar Martin Blanchard
Browse files

Dockerfile: Update ENTRYPOINT with new CLI usage

parent 53bbd05e
No related branches found
No related tags found
Loading
Pipeline #40401078 passed
......@@ -16,8 +16,7 @@ COPY . .
RUN pip install --user --editable .
# Entry Point of the image (should get an additional argument from CMD, the path to the config file)
ENTRYPOINT ["bgd", "-v", "server", "start"]
ENTRYPOINT ["bgd", "server", "start", "-vv"]
# Default config file (used if no CMD specified when running)
CMD ["buildgrid/_app/settings/default.yml"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment