mirror of
https://github.com/barkeser2002/ddrive.git
synced 2026-09-25 04:30:09 +03:00
5 lines
77 B
Bash
5 lines
77 B
Bash
#!/usr/bin/env sh
|
|
|
|
cd /app && npm run migration:up
|
|
node /app/bin/ddrive "$@"
|