This website requires JavaScript.
Explore
Help
Sign In
logos-messaging
/
logos-messaging-nim
Watch
1
Star
0
Fork
0
You've already forked logos-messaging-nim
mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced
2026-01-05 23:43:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
logos-messaging-nim
/
docker
/
base
/
entrypoint.sh
12 lines
96 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
feat: add multi-arch Dockerfiles and scripts
2023-04-26 14:44:43 +02:00
#!/bin/bash
echo
$@
die
(
)
{
exit
143
;
# 128 + 15 -- SIGTERM
}
trap
'die'
SIGINT
Add containers build based on static binaries
2023-05-12 10:23:55 +02:00
make
"
$@
"
Reference in New Issue
Copy Permalink