align docker images

This commit is contained in:
Nicolas Cantu 2025-09-20 12:43:17 +00:00
parent 08807d4d30
commit 4ec241c27b

View File

@ -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: