We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d66a5 commit 0a7efc5Copy full SHA for 0a7efc5
1 file changed
utils/build/docker/nodejs/nextjs.Dockerfile
@@ -13,4 +13,5 @@ ENV HOSTNAME=0.0.0.0
13
COPY utils/build/docker/nodejs/app.sh app.sh
14
RUN printf './node_modules/.bin/next start' >> app.sh
15
ENV NODE_OPTIONS="--import dd-trace/initialize.mjs"
16
+ENV DD_INJECT_FORCE=true
17
CMD ./app.sh
0 commit comments