1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-05-07 20:59:17 +00:00

cryptpad: update Dockerfile

This commit is contained in:
Wonderfall 2017-07-14 05:30:27 +02:00
parent 644f8c8619
commit dccd302ebf
2 changed files with 3 additions and 7 deletions

@ -2,6 +2,8 @@ FROM node:8-alpine
ARG VERSION=1.10.1
ENV UID=991 GID=991
WORKDIR /cryptpad
RUN apk add --no-cache git tini su-exec ca-certificates libressl tar \
@ -12,12 +14,6 @@ RUN apk add --no-cache git tini su-exec ca-certificates libressl tar \
EXPOSE 3000
VOLUME /cryptpad/datastore
VOLUME /cryptpad/customize
ENV UID=991 GID=991
ENV USE_SSL=false
ENV STORAGE='./storage/file'
ENV LOG_TO_STDOUT=true
VOLUME /cryptpad/datastore /cryptpad/customize
CMD ["/cryptpad/container-start.sh"]

0
cryptpad/README.md Normal file