Files
simplex-chat/scripts/support-bot/Dockerfile.dockerignore
T
sh 963788df12 nodejs, support bot: fix build, add docker setup (#7493)
* nodejs: pass new required command fields

* nodejs: install libsimplex from SIMPLEX_LIBS_DIR

* nodejs: add feed chat to chatInfoName

* support bot: update deps, add test script

* support bot: document build from this tree

* support bot: add docker build
2026-09-12 14:29:17 +01:00

26 lines
501 B
Docker

# The build context is the repository root: everything is excluded, then what the
# image is built from is added back.
*
!cabal.project
!simplex-chat.cabal
!README.md
!PRIVACY.md
!libsimplex.dll.def
!flake.nix
!src
!scripts/cabal.project.local.linux
!scripts/desktop
!packages/simplex-chat-client
!packages/simplex-chat-nodejs
!apps/simplex-support-bot
# Build output and local state in those directories; the image builds its own.
**/node_modules
**/dist
**/build
**/libs
**/data
**/.env
**/.npmrc