mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: update docker-compose.yml for selfhost
This commit is contained in:
parent
437ea72ed4
commit
292c182eb2
9 changed files with 68 additions and 84 deletions
|
|
@ -33,7 +33,7 @@ RUN cargo build --bin avatar_cleanup --release --target x86_64-unknown-linux-mus
|
|||
RUN cargo build --bin scheduled_tasks --release --target x86_64-unknown-linux-musl
|
||||
RUN cargo build --bin gdpr_worker --release --target x86_64-unknown-linux-musl
|
||||
|
||||
FROM scratch
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=binary-builder /build/target/x86_64-unknown-linux-musl/release/api /api
|
||||
COPY --from=binary-builder /build/target/x86_64-unknown-linux-musl/release/dispatch /dispatch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue