deploy timestamp fix
This commit is contained in:
parent
81a9263b9f
commit
d70f47a708
1 changed files with 3 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
#!/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 ./aprs start
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue