Skip to content

Commit

Permalink
updated at 2024-07-01T15:17:07-04:00
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Jul 1, 2024
1 parent 422269e commit 5ec1489
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core
10 changes: 10 additions & 0 deletions ext/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
################################################################################
## The enterprise image extends the existing combined image, enabling enterprise
## features by default.
################################################################################

ARG BASE_VERSION=latest
FROM gristlabs/grist:${BASE_VERSION}

## Enable EE features.
ENV TEST_ENABLE_ACTIVATION=true

0 comments on commit 5ec1489

Please sign in to comment.