Skip to content
Dockerfile 207 B
Newer Older
ARG VERSION=latest
FROM unteem/nextcloud:$VERSION as builder
FROM nginx:latest
COPY --from=builder /usr/src/nextcloud /usr/src/nextcloud
RUN chown -R 33:33 /usr/src/nextcloud
COPY nginx.conf /etc/nginx.conf