reorg files

This commit is contained in:
Markakd 2026-05-12 16:39:02 -07:00
parent 90f4b4a302
commit 7fbbc54b50
7 changed files with 11 additions and 5 deletions

5
env/entrypoint.sh vendored Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
cd /app
python3 server.py &>/dev/null &
# setarch -R disables ASLR for the launched process (deterministic addresses)
exec setarch x86_64 -R /nginx-src/build/nginx -p /app -c /app/nginx.conf