This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
console
Watch
1
Star
0
Fork
You've already forked console
0
mirror of
https://github.com/graphql-hive/console
synced
2026-04-23 23:47:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
663060e329
console
/
docker
/
shared
/
entrypoint.sh
4 lines
79 B
Bash
Raw
Normal View
History
Unescape
Escape
Print docker image version on startup (#4434)
2024-04-05 13:37:15 +00:00
#!/bin/sh
echo
"
Release:
$RELEASE
"
Write a heap dump to a disk when SIGUSR1 signal is received (#6571)
2025-03-03 12:51:08 +00:00
node --heapsnapshot-signal
=
SIGUSR1 index.js
Reference in a new issue
Copy permalink