Compare commits

..

1 commit

Author SHA1 Message Date
Philipp Rothmann
1419827f66 feat(messages): render markdown in message body
uses redcarpet gem to render markdown to html. Also a html email template
is added.
2023-02-02 16:36:01 +01:00

View file

@ -11,7 +11,7 @@ services:
build:
context: .
dockerfile: Dockerfile-dev
platform: linux/x86_64
platform: linux/x86_64
command: ./proc-start worker
volumes:
- bundle:/usr/local/bundle