diff --git a/Dockerfile b/Dockerfile index 4f4d8d8..3a1a21d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ RUN npx tsc ### NEW ### RUN npm install -g http-server RUN npx tsc iching/event.ts +RUN npx tsc iching/broker.ts # 2. Rust build-Stage