diff options
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 +``` |
