add docker image

This commit is contained in:
2026-07-04 19:40:19 +09:00
parent 8d36441a17
commit e10a1cf717
7 changed files with 190 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
cd -P -- "$(dirname -- "$0")"
exec ./rsh26pool eval Rsh26pool.Release.migrate
+1
View File
@@ -0,0 +1 @@
call "%~dp0\rsh26pool" eval Rsh26pool.Release.migrate
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./rsh26pool start
+2
View File
@@ -0,0 +1,2 @@
set PHX_SERVER=true
call "%~dp0\rsh26pool" start