This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
services/nextcloud/web/Dockerfile

4 lines
98 B
Docker
Raw Normal View History

FROM nginx:1.21.5-alpine
2021-02-22 09:58:58 +01:00
COPY nextcloud.conf.template /etc/nginx/templates/default.conf.template