Initial commit

This commit is contained in:
Nathan Schneider
2021-03-14 16:34:32 -06:00
commit 11c6212fb7
127 changed files with 9425 additions and 0 deletions

11
Dockerfile Normal file
View File

@ -0,0 +1,11 @@
FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3ff04ea584faf46e92
# passed from ./update.sh
ARG MKDOCS_MATERIAL_VERSION
ARG SURFER_VERSION
RUN apt-get update && \
apt install python3-setuptools && \
pip3 install mkdocs-material==$MKDOCS_MATERIAL_VERSION && \
npm i -g redoc-cli && \
npm install -g cloudron-surfer@$SURFER_VERSION