www-data installe front sans npm install

This commit is contained in:
Valentin 2024-02-26 13:56:53 +01:00
parent 787c5ed9e1
commit 47528000bf
1 changed files with 0 additions and 1 deletions

View File

@ -364,7 +364,6 @@ if [[ "$answer" == "y" ]]; then
echo \"URL=https://${domain_name}\" >> .env &&\
echo \"DIRECTUS_URL=https://cms.${domain_name}\" >> .env &&\
tmux send-keys -t directus C-c &&\
npm install &&\
NUXT_TELEMETRY_DISABLED=1 bash -c \"npm run build\" &&\
tmux new-session -d -s front &&\
tmux send-keys -t front \"cd ${front_directory} && node .output/server/index.mjs\" C-m &&\