nandi/frqpublic Fork 0
claude/ci-image-modal-deploy-f0f1d9
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

.dockerignore · 24 lines · 702 BGDScript3 Blame HistoryRaw
The registry it pushes to is the one it has 627b785 nandi 9h ago1# What `docker build` should not carry to the daemon, for the one Dockerfile
2# in this tree (.modal/web/Dockerfile). All of it is either generated by the
3# build that is about to happen or state belonging to the machine running it,
4# and .toolchain alone is 3.3GB of SDK that the image fetches for itself by
5# sha256 anyway.
6#
7# The same list, in the same spirit, as `[build] ignore` in
8# .modal/dev/container.toml -- one mechanism uploads to Modal and the other
9# to a docker daemon, and neither wants a laptop's build tree.
10.git
11.toolchain/
12build/
13flutter/build/
14flutter/.home/
15flutter/.dart_tool/
16dart/*/.dart_tool/
17nim/nimcache/
18.cpcache/
19.clj-kondo/
20.lsp/
21result
22result-*
23__pycache__/
24.web-local/