Add the docker release configuration.

This commit is contained in:
2025-04-22 11:34:09 +03:00
parent 54833a92ca
commit 6e92e73829
8 changed files with 189 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
cd -P -- "$(dirname -- "$0")"
exec ./decentralised_book_index eval DecentralisedBookIndex.Release.migrate
+1
View File
@@ -0,0 +1 @@
call "%~dp0\decentralised_book_index" eval DecentralisedBookIndex.Release.migrate
+5
View File
@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
cd -P -- "$(dirname -- "$0")"
PHX_SERVER=true exec ./decentralised_book_index start
+2
View File
@@ -0,0 +1,2 @@
set PHX_SERVER=true
call "%~dp0\decentralised_book_index" start