You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
LABEL org.opencontainers.image.description "The official companion chat bot for the Kiki & Riki Discord server. Kiki helps power Discord integrations on the Kiki & Riki platform."
WORKDIR /app
COPY \
dist/kiki-${VERSION}-py3-none-any.whl \
/app/kiki-${VERSION}-py3-none-any.whl
RUN pip install /app/kiki-${VERSION}-py3-none-any.whl