12 Replies
Project ID:
6ec4e69f-153c-42b1-8399-d4fbd6db04fb
6ec4e69f-153c-42b1-8399-d4fbd6db04fb
what's your start command?
WORKDIR /app
ENTRYPOINT ["/venv/bin/waitress-serve", "--listen=*:$PORT" ,"weasyprint_rest:app"]
i have no PORT env variable in the service vars and im not sure what to set it to/how to let railway set it
can you send the full dockerfile?
This is a fork of someone else's unmaintained repo that i'm trying to update
so im not entirely sure what everything does
change the line with the ENTRYPOINT to
Not at my computer so raw txt will have to do, but:
GitHub link:
https://github.com/meaniebeanie22/weasyprint-rest
GitHub
GitHub - meaniebeanie22/weasyprint-rest: The best WeasyPrint contai...
The best WeasyPrint container that exists on the web. :fire: :fire: - GitHub - meaniebeanie22/weasyprint-rest: The best WeasyPrint container that exists on the web. :fire:
Solution
try this instead
I'm just guessing though
Seems to work - cheers mate!
oh wow that was a good guess then