mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-04-21 21:06:01 +02:00
Remove OpenTelemetry tracing infrastructure (#662)
This commit is contained in:
+1
-2
@@ -16,6 +16,5 @@ COPY public ./public
|
||||
COPY src ./src
|
||||
|
||||
RUN npm install && npm run build && npm cache clean --force
|
||||
COPY opentelemetry.js .
|
||||
|
||||
CMD [ "node", "--require", "./opentelemetry.js", "./build/server/index.js"]
|
||||
CMD [ "node", "./build/server/index.js"]
|
||||
Reference in New Issue
Block a user