mirror of
https://github.com/Receipt-Wrangler/receipt-wrangler-api.git
synced 2026-05-06 09:09:44 -05:00
add entrypoint
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
# Adjust imageMagick policy to allow for pdf conversion
|
||||
sed -i 's|<policy domain="coder" rights="none" pattern="PDF" />|<policy domain="coder" rights="read\|write" pattern="PDF" />|g' etc/ImageMagick-6/policy.xml
|
||||
|
||||
# Start api
|
||||
./api --env prod
|
||||
Reference in New Issue
Block a user