mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 16:08:20 -05:00
9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd frontend-build
|
|
scripts/initialize-standalone-build.sh
|
|
|
|
cd ../
|
|
|
|
exec node build/index.js
|