mirror of
https://github.com/nextcloud/server.git
synced 2025-05-07 23:31:32 +00:00
Move launch.json to .devcontainer and copy on start
This commit is contained in:
parent
296c9beff6
commit
849b7de681
3 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,9 @@ git submodule update --init
|
|||
# Codespace config
|
||||
cp .devcontainer/codespace.config.php config/codespace.config.php
|
||||
|
||||
# VSCode debugger profile
|
||||
mkdir -p .vscode && cp .devcontainer/launch.json .vscode/launch.json
|
||||
|
||||
# Onetime installation setup
|
||||
if [[ ! $(sudo -u ${APACHE_RUN_USER} php occ status) =~ installed:[[:space:]]*true ]]; then
|
||||
echo "Running NC installation"
|
||||
|
|
|
@ -44,7 +44,6 @@ $expectedFiles = [
|
|||
'.tag',
|
||||
'.tx',
|
||||
'.user.ini',
|
||||
'.vscode',
|
||||
'3rdparty',
|
||||
'AUTHORS',
|
||||
'CHANGELOG.md',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue