mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-05 05:34:17 -05:00
6 lines
80 B
Bash
Executable File
6 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
update-ca-certificates
|
|
|
|
exec node --enable-source-maps dist/main.mjs
|