aprs.me/rel/overlays/bin/server
2025-06-24 14:27:50 -05:00

8 lines
211 B
Bash
Executable file

#!/bin/sh
set -eu
# Write the current UTC time to /app/deployed_at.txt at container start
date -u +"%Y-%m-%dT%H:%M:%SZ" > /app/deployed_at.txt
cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./aprsme start