mirror of
https://github.com/immich-app/immich.git
synced 2025-03-01 15:11:21 +01:00
4 lines
87 B
Bash
4 lines
87 B
Bash
#! /bin/sh
|
|
# npm run typeorm migration:run
|
|
# npm run start:prod
|
|
exec node dist/main.js
|