Develop: Update Go install script and related Dockerfiles

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-01-03 07:33:05 +01:00
parent 893d2327ae
commit 044fa4de08
23 changed files with 88 additions and 53 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# This installs NodeJS, NPM and TestCafe on Linux.
# Installs NodeJS, NPM and TestCafe on Linux.
# bash <(curl -s https://raw.githubusercontent.com/photoprism/photoprism/develop/scripts/dist/install-nodejs.sh)
PATH="/usr/local/sbin:/usr/sbin:/sbin:/usr/local/bin:/usr/bin:/bin:/scripts:$PATH"