Remove /var/lib/certidude prefix for paths

This commit is contained in:
2021-06-02 15:38:23 +03:00
parent 974b3e5bb2
commit 67e1cf6849
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
FROM alpine as build
MAINTAINER lauri <lauri@pinecrypt.com>
FROM alpine
MAINTAINER Pinecrypt Labs <info@pinecrypt.com>
RUN apk add --update npm nginx rsync bash
RUN npm install --silent --no-optional -g nunjucks@2.5.2 nunjucks-date@1.2.0 node-forge bootstrap@4.0.0-alpha.6 jquery timeago tether font-awesome qrcode-svg xterm
COPY nginx.conf /etc/nginx/nginx.conf