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 a3f3b8f3460327ea9fd96379bb67089ba489e975
parent 0060df96a5a17aad21b30eef4e01faa891f1746d
Author: FIGBERT <figbert@figbert.com>
Date:   Wed, 14 Apr 2021 14:09:06 -0700

Update Dockerfile

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

diff --git a/Dockerfile b/Dockerfile @@ -1,7 +1,6 @@ -FROM python:alpine +FROM python:slim -RUN apk add gcc musl-dev python3-dev libffi-dev openssl-dev cargo && \ - pip install jetforce +RUN 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