Revision 92b7c95205eb9011283f915909f49a66965bcea0 authored by Nicolas Thouvenin on 25 July 2024, 12:53:17 UTC, committed by Nicolas Thouvenin on 26 July 2024, 12:14:01 UTC
1 parent f842448
Raw File
.dockerignore
# Ignore all files by default
*

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