The package name was changed in a recent change and broke the dockerfile. This PR fixes it.
@@ -12,7 +12,7 @@ COPY --chown=1000:1000 price_service/sdk/js price_service/sdk/js
COPY --chown=1000:1000 price_pusher price_pusher
-RUN npx lerna run build --scope="@pythnetwork/pyth-price-pusher" --include-dependencies
+RUN npx lerna run build --scope="@pythnetwork/price-pusher" --include-dependencies
WORKDIR /home/node/price_pusher