mirror of https://gitlab.com/ecentrics/concordia
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
221 B
5 lines
221 B
4 years ago
|
FROM libp2p/websocket-star-rendezvous:release
|
||
|
|
||
|
# Can't use the array form of ENTRYPOINT here because we use env vars
|
||
|
ENTRYPOINT /usr/local/bin/dumb-init node --max-old-space-size=8192 src/bin.js --port="$RENDEZVOUS_PORT"
|