lots of uprevs

This commit is contained in:
Matthew Tran
2026-06-06 23:14:14 -07:00
parent fe2258b0e7
commit 20bc259f26
12 changed files with 34 additions and 32 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04
# install dependencies
ENV TZ=America/Los_Angeles
+1 -1
View File
@@ -24,5 +24,5 @@ python3 ip.py &
# run server
nginx -c ~/server.conf
trap 'echo "stopping website..."' SIGTERM SIGINT
tail -f /dev/null &
sleep infinity &
wait $!