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