ulixee / hero

The web browser built for scraping
MIT License
805 stars 41 forks source link

Simple full stack deployment inside of a docker #282

Open ydennisy opened 3 months ago

ydennisy commented 3 months ago

I have tried the various deployment options, but none work trouble free - I know this is alpha software, but would love to see a working example of a TS + Docker simple deployment.

Thanks!

blakebyrnes commented 3 months ago

Could you provide more details on what you're having issues with? If this is typescript, we had an issue with exporting the types correctly. You can add "skipLibCheck" to get it to compile. Otherwise, some errors and code is needed to be able to help out.