Compare commits

..

2 commits

Author SHA1 Message Date
Philipp Rothmann
0a2f528269 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:42:40 +01:00
FGU
a7747c9e84 fix docker-compose 2023-02-02 10:14:26 +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