···4455COPY . .
6677-RUN apk add just
77+RUN apk add just rust
8899-RUN just build
99+RUN GOFLAGS=-tags=musl just build
10101111FROM alpine:latest
1212···14141515# expose default port
1616EXPOSE 8000
1717+1818+RUN apk add --no-cache libgcc
17191820COPY --from=builder /app/build/lasad .
1921COPY --from=builder /app/build/lasa .
+1-1
lasad.1.scd
···1919*lasad* is the lasa daemon running the webserver.
2020It generates a RSS or an Atom feed for an ATProto publication.
21212222-*lasad* or *lased run* without any commands starts the daemon.
2222+*lasad* or *lasad run* without any commands starts the daemon.
23232424*lasad gen-config* generates a new config and *overwrites* the current config file.
2525