Skip to content

Commit

Permalink
set default privacy setting to strict
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelu2016 committed Nov 17, 2023
1 parent ea0a19b commit 63355a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.datadog
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY --from=datadog/serverless-init:1-alpine /datadog-init /go/bin/datadog-init
EXPOSE 8001 8002
ENTRYPOINT ["/go/bin/datadog-init"]

CMD ["/go/bin/bricksllm", "-m", "production", "-p", "verbose"]
CMD ["/go/bin/bricksllm", "-m", "production"]
4 changes: 3 additions & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ RUN apk --no-cache add ca-certificates
WORKDIR /usr/bin
COPY --from=build /go/src/github.com/bricks-cloud/bricksllm/bin /go/bin
EXPOSE 8001 8002
ENTRYPOINT ["/go/bin/bricksllm"]
ENTRYPOINT ["/go/bin/bricksllm"]

CMD ["-p", "verbose"]
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY --from=build /go/src/github.com/bricks-cloud/bricksllm/bin /go/bin
EXPOSE 8001 8002
ENTRYPOINT ["/go/bin/bricksllm"]

CMD ["-m", "production", "-p", "verbose"]
CMD ["-m", "production"]

0 comments on commit 63355a6

Please sign in to comment.