From 4026a2e245996fb4d2b4d40268f72884e078c69d Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 15 Jun 2023 11:58:46 +0200 Subject: [PATCH] doc podman --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9a54d36..5264846 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,11 @@ A redo of deployment of the R3 sites (cards for now). - `cabal install` produces and installs an executable `site` into the cabal path (you can use it as a program directly) +## Containerized use +Docker has insurmountable issues with producing the files with the right +permissions. Use `podman` instead: + +``` +podman run -ti --rm -v $PWD:/data gitlab.lcsb.uni.lu:4567/r3-core/websites-dev/reploy +```