mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2026-08-07 07:14:49 +00:00
e85320d623
The docker build seemed to fail because the tsconfig for the backend pointed to an out-of-date path, that didn't exist anymore. Furthermore, the --no-cache directive was deprecated and should be replaced by explicitly stating the caching mode for local and remote cache (empty policy means no caching). Signed-off-by: Erik Michelson <github@erik.michelson.eu>