more progress - dockerfile
This commit is contained in:
@@ -73,7 +73,8 @@ install_dependencies() {
|
||||
log "Installing dependencies"
|
||||
(
|
||||
cd "${IMMICH_WORKSPACE}" || exit 1
|
||||
run_cmd make install-server install-sdk build-sdk install-web
|
||||
# CI=1 run_cmd make clean install-server install-sdk build-sdk install-web
|
||||
CI=1 run_cmd make install-all
|
||||
)
|
||||
log ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user