feat: add content generation
All checks were successful
continuous-integration/drone/push Build is passing

See ruangrupa/living-room#17.
This commit is contained in:
cellarspoon
2022-01-05 12:53:04 +01:00
parent ce3e864008
commit d92732109f
4 changed files with 65 additions and 1 deletions

11
Dockerfile.scripts Normal file
View File

@ -0,0 +1,11 @@
FROM python:3.9.9-alpine
RUN apk add --no-cache git bash
WORKDIR /src/
RUN git clone https://git.autonomic.zone/ruangrupa/lumbunglib /src/
RUN pip install -U setuptools pip
RUN pip install .