doc podman

This commit is contained in:
Mirek Kratochvil 2023-06-15 11:58:46 +02:00
parent 8a3da6ecdf
commit 4026a2e245

View file

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