2024-01-25 00:32:37 +01:00
|
|
|
# build instructions
|
|
|
|
|
2024-01-25 00:09:06 +01:00
|
|
|
this is pseudocode that serves as a reminder
|
|
|
|
|
|
|
|
1. podman build -f Containerfile
|
|
|
|
2. podman unshare
|
|
|
|
3. podman mount $CONTAINER_ID
|
|
|
|
4. upload the AppImaeg
|
2024-01-25 00:32:37 +01:00
|
|
|
|
|
|
|
# resources
|
|
|
|
|
|
|
|
* https://github.com/logseq/logseq/blob/dc5127b48a7874627bd9ab63696f7ddf821b90a7/docs/develop-logseq.md?plain=1#L90
|
|
|
|
* https://github.com/logseq/logseq/blob/master/Dockerfile
|
|
|
|
* https://github.com/randomwangran/logseq-nix-flake
|