Skip to content

Commit

Permalink
build: Use new environment variable in Dockerfile (#304)
Browse files Browse the repository at this point in the history
- Follow up to #285, need to enable the environment variable in the
Dockerfile so that the docker container works with Deephaven express
  • Loading branch information
mofojed authored Feb 22, 2024
1 parent f5ee2ee commit 19ef2bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,7 @@ COPY --link docker/config/deephaven.prop /opt/deephaven/config/deephaven.prop

# We copy our data directory in from the data container in case we're publishing the image
# However, you can mount a volume to override this in the docker-compose.override.yml
COPY --link docker/data /data
COPY --link docker/data /data

# Set the environment variable to enable the JS plugins embedded in Python
ENV DEEPHAVEN_ENABLE_PY_JS=true

0 comments on commit 19ef2bd

Please sign in to comment.