aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer/entrypoint.sh
blob: 6d724d731c6bbdfa049ebf6c669c7ec20b50ef0f (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
#
# SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
#
sudo service apache2 start

while sleep 1000; do :; done