align docker images
This commit is contained in:
parent
08807d4d30
commit
4ec241c27b
@ -108,7 +108,7 @@ services:
|
|||||||
user: root
|
user: root
|
||||||
entrypoint: >
|
entrypoint: >
|
||||||
/bin/sh -lc '
|
/bin/sh -lc '
|
||||||
apt-get update && apt-get install -y curl git wget jq telnet npm coreutils && npm install -g wscat || echo "wscat installation failed"
|
apk update && apk add --no-cache curl git wget jq busybox-extras npm coreutils && npm install -g wscat || echo "wscat installation failed"
|
||||||
exec node dist/server.js
|
exec node dist/server.js
|
||||||
'
|
'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user