Restore CMD rather than ENTRYPOINT
Some checks failed
Run Gosec / Gosec (pull_request) Failing after 54s
Build / cleanup-runs (pull_request) Successful in 10s
Build / build (pull_request) Failing after 1m10s
Dependency Review / dependency-review (pull_request) Failing after 1m8s
Deploy Contract / cleanup-runs (pull_request) Successful in 6s
Pull Request Labeler / triage (pull_request) Failing after 7s
Deploy Contract / deploy (pull_request) Failing after 39s
CodeQL / Analyze (go) (pull_request) Failing after 3m8s
Lint / Run golangci-lint (pull_request) Failing after 56s
Semgrep / Scan (pull_request) Failing after 27s
Tests / cleanup-runs (pull_request) Successful in 9s
Lint / Run flake8 on python integration tests (pull_request) Failing after 1m39s
Tests / test-rpc (pull_request) Failing after 33s
Tests / test-importer (pull_request) Failing after 1m9s
Tests / test-unit-cover (pull_request) Failing after 1m16s
Tests / sdk_tests (pull_request) Failing after 16m55s

This commit is contained in:
Thomas E Lackey 2024-01-22 16:25:16 -06:00
parent 28b9207bbe
commit ca305d2642

View File

@ -27,4 +27,4 @@ COPY --from=build-env /go/src/github.com/cerc-io/laconicd/build/laconicd /usr/bi
WORKDIR /
# Run laconicd by default
ENTRYPOINT ["laconicd"]
CMD ["laconicd"]