(core) give instructions on using Grist with docker

Summary: cleans up docker build and instructions.

Test Plan: docker image and instructions tested manually

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2648
This commit is contained in:
Paul Fitzpatrick
2020-10-28 13:37:36 -04:00
parent d7802bc7db
commit 9287439e5a
6 changed files with 87 additions and 33 deletions

View File

@@ -64,7 +64,7 @@ function timestamp() {
const fileTransportOptions = {
stream: process.stderr,
level: 'debug',
level: process.env.GRIST_LOG_LEVEL || 'debug',
timestamp: log.timestamp,
colorize: true,
json: process.env.GRIST_HOSTED_VERSION ? true : false