mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-13 17:20:14 +00:00
refactor: move scheduled_tasks service to services/ folder
This commit is contained in:
parent
371d677af1
commit
5097eb9ce2
8 changed files with 3 additions and 3 deletions
|
|
@ -1,15 +0,0 @@
|
|||
FROM alpine:latest AS builder
|
||||
|
||||
RUN apk add go
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
COPY scheduled_tasks/ /build
|
||||
|
||||
RUN go build .
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
COPY --from=builder /build/scheduled_tasks /bin/runner
|
||||
|
||||
ENTRYPOINT ["/bin/runner"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue