mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
3a52755d94
Summary: * Base docker image no longer contained a `python` binary. Made a small fix for this, with proper python3 packaging in the works separately. * Added missing plugins directory for importing csv+xlsx. * Tweaked environment variables to avoid needing to hard-code addresses, which was burdensome for single-server hosts. Test Plan: Tested manually. It would be good to move over some fraction of our tests to catch packaging glitches, or to run our standard deployment tests on a deployment derived from grist-core. Reviewers: jarek Reviewed By: jarek Subscribers: jarek Differential Revision: https://phab.getgrist.com/D3159
15 lines
176 B
Plaintext
15 lines
176 B
Plaintext
# explicitly list the files needed by docker.
|
|
*
|
|
!package.json
|
|
!yarn.lock
|
|
!tsconfig.json
|
|
!stubs
|
|
!app
|
|
!buildtools
|
|
!ormconfig.js
|
|
!static
|
|
!bower_components
|
|
!sandbox
|
|
!plugins
|
|
!test
|