mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00: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
|