mirror of
https://github.com/nextcloud/server.git
synced 2025-01-30 22:37:01 +00:00
dfbd1fbe79
* Use dedicated DevContainer user to run Apache (ensure file permissions) * Install NVM for node Signed-off-by: GitHub <noreply@github.com>
5 lines
70 B
Bash
Executable file
5 lines
70 B
Bash
Executable file
#!/bin/bash
|
|
|
|
sudo service apache2 start
|
|
|
|
while sleep 1000; do :; done
|