Enable Docker container to generate its own VAPID credentials

This commit is contained in:
2021-06-11 01:06:59 +02:00
parent 4ee4869f82
commit 3a872bceb2
3 changed files with 34 additions and 1 deletions

View File

@ -1,7 +1,9 @@
FROM alpine:latest
RUN apk add --update --no-cache \
bash python3 py3-pip nginx uwsgi uwsgi-python3 certbot certbot-nginx
bash python3 py3-pip nginx uwsgi uwsgi-python3 certbot certbot-nginx npm jq
RUN npm install -g web-push