diff --git a/bitacross-worker/build.Dockerfile b/bitacross-worker/build.Dockerfile index 3246dd588f..fac03b0143 100644 --- a/bitacross-worker/build.Dockerfile +++ b/bitacross-worker/build.Dockerfile @@ -68,9 +68,6 @@ RUN \ make && sccache --show-stats; \ fi -RUN make - - ### Base Runner Stage ################################################## FROM node:18-bookworm-slim AS runner