deploy: enable Node TypeScript export resolution
This commit is contained in:
@@ -19,7 +19,7 @@ RUN node packages/agents/node_modules/@flue/cli/bin/flue.mjs build --target node
|
||||
|
||||
FROM node:24-bookworm-slim
|
||||
|
||||
COPY --from=bun /usr/local/bin/bun /usr/local/bin/bun
|
||||
ENV NODE_OPTIONS=--experimental-specifier-resolution=node
|
||||
|
||||
ENV NODE_ENV=production
|
||||
ENV PORT=3000
|
||||
@@ -29,4 +29,4 @@ WORKDIR /app
|
||||
COPY --from=build /app /app
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["bun", "packages/agents/dist/server.mjs"]
|
||||
CMD ["node", "packages/agents/dist/server.mjs"]
|
||||
|
||||
Reference in New Issue
Block a user