add docker release

This commit is contained in:
Pierre de Lacroix 2026-01-23 00:08:41 +01:00
parent 6f80299dbc
commit b06cf0b98a
Signed by: lateralus23
GPG key ID: 53E0CEC29C24EF39
7 changed files with 151 additions and 2 deletions

5
rel/overlays/bin/server Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -eu
cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./camp_api start

2
rel/overlays/bin/server.bat Executable file
View file

@ -0,0 +1,2 @@
set PHX_SERVER=true
call "%~dp0\camp_api" start