diff --git a/bridge/Dockerfile b/bridge/Dockerfile index 4a6345a..b7d13fe 100644 --- a/bridge/Dockerfile +++ b/bridge/Dockerfile @@ -14,4 +14,4 @@ COPY --from=build-env /build/node_modules /app/node_modules COPY package.json /app WORKDIR /app -ENTRYPOINT ["npx", "tsx", "src/index.js"] +ENTRYPOINT ["npx", "tsx", "index.js"]