mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-27 17:58:47 +00:00
* 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
26 lines
501 B
Docker
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
|