gristlabs_grist-core/.dockerignore
Paul Fitzpatrick e9efac05f7 (core) remove ormconfig.js from saas build; more sendgrid logging
Summary:
This removes ormconfig.js from the saas build since it is no longer
needed (and has always been a pain point).

This expands some sendgrid logging to help figure out a problem.

Test Plan: existing tests should pass

Reviewers: georgegevoian

Reviewed By: georgegevoian

Differential Revision: https://phab.getgrist.com/D3808
2023-03-01 17:02:47 -05:00

16 lines
186 B
Plaintext

# explicitly list the files needed by docker.
*
!package.json
!yarn.lock
!tsconfig.json
!tsconfig-ext.json
!stubs
!app
!buildtools
!static
!bower_components
!sandbox
!plugins
!test
!ext