Newer
Older
ARG VERSION
FROM libresh/nextcloud:${VERSION} as builder
FROM nginx
COPY --from=builder /var/www/html /var/www/html
COPY nginx.conf /etc/nginx/nginx.conf
CMD ["nginx", "-g", "daemon off;"]
ARG VERSION
FROM libresh/nextcloud:${VERSION} as builder
FROM nginx
COPY --from=builder /var/www/html /var/www/html
COPY nginx.conf /etc/nginx/nginx.conf
CMD ["nginx", "-g", "daemon off;"]