mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 23:18:05 -05:00
9 lines
101 B
Bash
Executable File
9 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd frontend-build
|
|
scripts/initialize-standalone-build.sh
|
|
|
|
cd ../
|
|
|
|
exec node dist/main.mjs
|