(core) fix some rusting of the grist-core build

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
This commit is contained in:
Paul Fitzpatrick
2021-11-29 23:14:50 -05:00
parent 53bdd6c8e1
commit 3a52755d94
2 changed files with 7 additions and 4 deletions

View File

@@ -10,4 +10,5 @@
!static
!bower_components
!sandbox
!plugins
!test