Skip to content

Commit 567df20

Browse files
committed
improve comment
1 parent 3535d13 commit 567df20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ RUN find /nodejs/node_modules -name "*.cjs.map" -delete
6161
RUN find /nodejs/node_modules -name "*.ts.map" -delete
6262
RUN find /nodejs/node_modules -name "*.md" -delete
6363

64-
# Warm up compile cache
64+
# Warm up v8 compile cache
6565
RUN node -e "require('/nodejs/node_modules/datadog-lambda-js/runtime/module_importer').initTracer()"
6666

6767
FROM scratch

0 commit comments

Comments
 (0)