Revision 49913139d8be5f1fe0a16c85b905c6538d3372ac authored by habsaoui on 19 February 2021, 16:30:40 UTC, committed by habsaoui on 19 February 2021, 16:30:40 UTC
1 parent b09a17e
Raw File
.dockerignore
# Ignore all files by default
*

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