mirror of
https://github.com/m1k1o/neko.git
synced 2025-06-03 19:32:42 +02:00
split base build to multiple dockerfiles.
This commit is contained in:
parent
bbefb393f8
commit
38e8ac3e21
79 changed files with 455 additions and 968 deletions
|
@ -1,8 +1,8 @@
|
|||
#!/bin/bash
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
if [ -z "$(docker images -q neko_server_app 2> /dev/null)" ]; then
|
||||
echo "Image 'neko_server_app' not found. Running ./build first."
|
||||
if [ -z "$(docker images -q neko_server:app 2> /dev/null)" ]; then
|
||||
echo "Image 'neko_server:app' not found. Running ./build first."
|
||||
./build
|
||||
fi
|
||||
|
||||
|
@ -66,4 +66,4 @@ docker run --rm -it \
|
|||
--shm-size=2G \
|
||||
--security-opt seccomp=unconfined \
|
||||
$EXTRAOPTS \
|
||||
neko_server_app:latest;
|
||||
neko_server:app;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue