swh:1:snp:4a9befeb2f7523efee886bd856f69e8692a72c45
Raw File
Tip revision: df930e45ed1a3fac161315625f236c4ff4fa25db authored by Anthony Rimet on 08 November 2023, 15:48:37 UTC
14.0.22
Tip revision: df930e4
.dockerignore
# Ignore all files by default
*

# White list only the required files
!package-lock.json
!package.json
!src/
!config/
!config.json
!configTenant.json
!babel.config.js
!modclean.config.js
!jest.config.js
!jsconfig.json
!packages
!typings.json
!docker-entrypoint.sh
!workers*
back to top