fix: install tsx in runtime stage for node --import support
CI (SIAX Cloud) / security (push) Successful in 13s
CI (SIAX Cloud) / contracts (push) Successful in 15s
Deploy to Coolify / deploy (push) Failing after 2s
CI (SIAX Cloud) / quality (push) Successful in 51s

This commit is contained in:
2026-09-16 14:37:13 +02:00
parent f909ab2a8d
commit c59fe4cfd4
+2
View File
@@ -29,6 +29,8 @@ ENV NODE_ENV=production
ENV PORT=3000
ENV HOST=0.0.0.0
RUN npm install tsx
USER node
EXPOSE 3000