This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
nextcloud
Watch
1
Star
0
Fork
You've already forked nextcloud
0
mirror of
https://github.com/nextcloud/server.git
synced
2026-06-11 17:52:02 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
40
check-phpoutdated
nextcloud
/
.devcontainer
/
entrypoint.sh
6 lines
70 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Minor DevContainer adjustments * Add gnupg2 to be able to sign commits * Make sure /var/www/html always belongs to www-data * Add Git-History plugin * Introduce dedicated entrypoint script * Store Postgres database data in volume to be persistent * Cleaner check if NC is already installed in setup.sh * Add composer to DevContainer Signed-off-by: GitHub <noreply@github.com>
2023-03-27 03:05:27 -04:00
#!/bin/bash
Dedicated DevContainer user + NVM * Use dedicated DevContainer user to run Apache (ensure file permissions) * Install NVM for node Signed-off-by: GitHub <noreply@github.com>
2023-03-31 02:40:04 -04:00
sudo service apache2 start
Minor DevContainer adjustments * Add gnupg2 to be able to sign commits * Make sure /var/www/html always belongs to www-data * Add Git-History plugin * Introduce dedicated entrypoint script * Store Postgres database data in volume to be persistent * Cleaner check if NC is already installed in setup.sh * Add composer to DevContainer Signed-off-by: GitHub <noreply@github.com>
2023-03-27 03:05:27 -04:00
while
sleep 1000
;
do
:
;
done
Reference in a new issue
Copy permalink