From aa1588493055eb76a765dedce8f01a197a16f75d Mon Sep 17 00:00:00 2001 From: Eric Pugh Date: Fri, 9 Feb 2024 14:13:20 -0500 Subject: [PATCH] create sourcemaps, so we don't have any 404 from server.py... --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2b02a5..a684580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,5 @@ ENV TARGET_DIR=${GITHUB_WORKSPACE:-/github/workspace} CMD jupyter lite build \ --config /build/jupyter_lite_config.json \ --lite-dir /build \ - --no-sourcemaps \ --output-dir notebooks \ && tar -czf ${TARGET_DIR}/jupyter-lite-build.tgz notebooks