Skip to content

Commit

Permalink
nextlcou version 26.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Feb 14, 2024
1 parent 0830acd commit 43a36d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM nextcloud:27.0.0 AS base
FROM nextcloud:26.0.10 AS base

USER root

Expand Down Expand Up @@ -28,5 +28,4 @@ COPY ./src /usr/nextcloud
RUN mkdir /var/www/html/custom_apps/ \
&& sudo chown -R www-data /var/www/html/custom_apps/

# CMD ["/usr/bin/supervisord", "-c", "/usr/nextcloud/supervisord.conf"]
CMD [""]
CMD ["/usr/bin/supervisord", "-c", "/usr/nextcloud/supervisord.conf"]

0 comments on commit 43a36d2

Please sign in to comment.