Sign inSign up

theanurin/messenger-bridge

By theanurin

Updated about 3 years ago

MESSENGER BRIDGE is a helper service with unified API for easy integration with messenger networks l

Image
0

10K+

theanurin/messenger-bridge repository overview

Application

Build
docker build --tag zxteamorg/messenger-bridge/local --file docker/Dockerfile .
Run
docker run --rm --interactive \
  --env DEBUG_WAIT=yes \
  --publish 9229:9229 \
  zxteamorg/messenger-bridge/local
Debug
docker run --rm --interactive --tty \
  --entrypoint /bin/sh \
  zxteamorg/messenger-bridge/local

Auto Tests

Build Tests
docker build --tag zxteamorg/messenger-bridge/local --file docker/Dockerfile .
docker build --tag zxteamorg/messenger-bridge/local-tests --file docker-tests/Dockerfile.tests .
Run Tests
docker run --interactive --rm zxteamorg/messenger-bridge/local-tests

Tag summary

Content type

Image

Digest

sha256:ec581fbb3

Size

42.8 MB

Last updated

about 3 years ago

docker pull theanurin/messenger-bridge