We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62714f5 commit e2c5e63Copy full SHA for e2c5e63
backend/Dockerfile
@@ -22,5 +22,5 @@ RUN mkdir -p /usr/local/gcloud \
22
ENV PATH $PATH:/usr/local/gcloud/google-cloud-sdk/bin
23
24
CMD ["uvicorn", "score:app", "--host", "0.0.0.0", "--port", "8000"]
25
-CMD ["gcloud", "auth", "application-default", "login"]
+CMD ["gcloud", "auth", "application-default", "login", "--quiet"]
26
0 commit comments