6 lines
89 B
Bash
6 lines
89 B
Bash
#!/bin/sh
|
|
|
|
export PAYLOAD_SECRET=$(cat /run/secrets/payload_secret)
|
|
|
|
node dist/server.js
|