Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e22526f9 authored by Akhil's avatar Akhil 🙂
Browse files

Copying entrypoint.sh from nextcloud stage

parent 374deedc
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -146,7 +146,9 @@ RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images
COPY --from=nextcloud /usr/src/nextcloud /usr/src/nextcloud

COPY custom_entrypoint.sh /
COPY --from=nextcloud /entrypoint.sh /
RUN chmod +x /custom_entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/custom_entrypoint.sh"]
CMD ["php-fpm"]