fix runtime dockerfile.

This commit is contained in:
Miroslav Šedivý
2023-09-10 19:38:07 +02:00
parent 5f321b52e5
commit a392163819
4 changed files with 16 additions and 23 deletions

View File

@ -55,5 +55,6 @@ docker run --rm -it \
-v "${PWD}/runtime/$CONFIG:/etc/neko/neko.yml" \
-e "NEKO_DEBUG=1" \
--shm-size=2G \
--security-opt seccomp=unconfined \
$EXTRAOPTS \
neko_server_app:latest;