mirror of
https://github.com/nextcloud/server.git
synced 2026-02-27 18:37:17 +01: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
|