Martin Blanchard pushed to branch master at BuildGrid / buildgrid
Commits:
-
669e776b
by Martin Blanchard at 2018-12-17T11:33:06Z
1 changed file:
Changes:
... | ... | @@ -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 |
- |