entrypoint.sh 191 B

12345678
  1. #!/bin/bash
  2. #
  3. # SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
  4. # SPDX-License-Identifier: AGPL-3.0-or-later
  5. #
  6. sudo service apache2 start
  7. while sleep 1000; do :; done