Multi-stage build (node -> go -> alpine) producing the static tefterd binary with the frontend embedded. Compose follows the house style for the podman/SELinux server (:Z volume label + label:disable). deploy/ holds the user systemd unit and redeploy-tefter.sh, mirroring the apelacija setup. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
14 lines
209 B
Plaintext
14 lines
209 B
Plaintext
node_modules/
|
|
frontend/dist/
|
|
server/webdist/dist/*
|
|
desktop/frontend/dist/*
|
|
!desktop/frontend/dist/.gitkeep
|
|
desktop/build/bin/
|
|
/build/
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
notes.zip
|
|
.env.docker
|
|
!server/webdist/dist/.gitkeep
|