Minimal set of working Gitea workflows. #138

Merged
telackey merged 20 commits from telackey/f8lint into main 2024-01-23 05:58:14 +00:00
Showing only changes of commit ca305d2642 - Show all commits

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"]