infra/docker/nextcloud/Dockerfile

9 lines
215 B
Docker
Raw Normal View History

FROM nextcloud:24.0-apache
2021-03-31 21:16:25 +00:00
# Copy masked.name root cert
COPY files/MaskedName_Root_CA.crt /usr/local/share/ca-certificates/MaskedName_Root_CA.crt
# update ca certs
RUN update-ca-certificates 2>/dev/null
EXPOSE 80