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 +```