mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-07 22:37:54 +00:00
chore: remove in-progress unused stuff from repo
This commit is contained in:
parent
13a44364ad
commit
7ffe83ab5e
20 changed files with 0 additions and 4406 deletions
|
|
@ -24,10 +24,6 @@ LABEL org.opencontainers.image.source = "https://github.com/PluralKit/PluralKit"
|
|||
WORKDIR /app
|
||||
COPY --from=build /app ./
|
||||
|
||||
# Runtime dependency in prod
|
||||
RUN apt update && apt install -y curl
|
||||
ADD scripts/run-clustered.sh /
|
||||
|
||||
# Allow overriding CMD from eg. docker-compose to run API layer too
|
||||
ENTRYPOINT ["dotnet"]
|
||||
CMD ["bin/PluralKit.Bot.dll"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue