mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-18 15:44:45 +02:00
feat: introduce streamers that handle the stream and anonymization from github
This commit is contained in:
+1
-3
@@ -13,10 +13,8 @@ COPY healthcheck.js .
|
||||
|
||||
COPY src ./src
|
||||
COPY public ./public
|
||||
COPY index.ts .
|
||||
COPY config.ts .
|
||||
|
||||
RUN npm install && npm run build && npm cache clean --force
|
||||
COPY opentelemetry.js .
|
||||
|
||||
CMD [ "node", "--require", "./opentelemetry.js", "./build/index.js"]
|
||||
CMD [ "node", "--require", "./opentelemetry.js", "./build/server/index.js"]
|
||||
Reference in New Issue
Block a user