02-22-2023, 03:16 PM
try `docker ps` that should show you the process running
then you can try the command in the repo
curl \
--request POST 'http://localhost:3000/convert/pdf' \
--form 'file=@"/path/to/file.docx"' \
-o my.pdf
finally, try using that same URL `http://localhost:3000`
then you can try the command in the repo
curl \
--request POST 'http://localhost:3000/convert/pdf' \
--form 'file=@"/path/to/file.docx"' \
-o my.pdf
finally, try using that same URL `http://localhost:3000`
Joe
TSolucio
TSolucio