mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-08 07:04:02 -05:00
11 lines
146 B
Bash
Executable File
11 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
update-ca-certificates
|
|
|
|
cd frontend-build
|
|
scripts/initialize-standalone-build.sh
|
|
|
|
cd ../
|
|
|
|
exec node --enable-source-maps dist/main.mjs
|