chore: remove in-progress unused stuff from repo

This commit is contained in:
spiral
2022-11-23 03:56:36 +00:00
parent 13a44364ad
commit 7ffe83ab5e
20 changed files with 0 additions and 4406 deletions

View File

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