Skip to content

Commit

Permalink
delete cmd command
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Feb 14, 2024
1 parent 279b54b commit 0830acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ 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 ["/usr/bin/supervisord", "-c", "/usr/nextcloud/supervisord.conf"]
CMD [""]

0 comments on commit 0830acd

Please sign in to comment.