figbert.com-gemini

[ACTIVE] the capsule and home of figbert in geminispace
git clone git://git.figbert.com/figbert.com-gemini.git
Log | Files | Refs | README

commit f54ffcad47990a6064b3a24a18e74a9ae9a9e5d1
parent a3f3b8f3460327ea9fd96379bb67089ba489e975
Author: FIGBERT <figbert@figbert.com>
Date:   Wed, 14 Apr 2021 14:22:27 -0700

Oops the problem was something entirely different

Diffstat:
MDockerfile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile @@ -1,6 +1,7 @@ -FROM python:slim +FROM python:alpine -RUN pip install jetforce +RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo && \ + pip install jetforce CMD jetforce --host 0.0.0.0 --port 1965 --hostname figbert.com --tls-certfile /certs/fullchain.pem --tls-keyfile /certs/privkey.pem