This website requires JavaScript.
Explore
Help
Sign In
jamey
/
berrypod
Watch
1
Star
0
Fork
0
You've already forked berrypod
Code
Issues
Pull Requests
Actions
Packages
Projects
1
Releases
Wiki
Activity
f4bf9c13e6
berrypod
/
rel
/
overlays
/
bin
/
server
5 lines
59 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add Docker deployment with Alpine image, release config and health check - Alpine multi-stage Dockerfile (131 MB image) - Release overlays (bin/server, bin/migrate), env.sh, Release module - Health check endpoint at GET /health - Fly.io config with SQLite volume mount - Fix hardcoded paths in optimizer.ex and variant_cache.ex to use Application.app_dir/2 (breaks in releases where Plug.Static serves from a different directory than CWD) - strip_beams: true in release config - Optimised .dockerignore and .gitignore for mockup variants Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 16:21:05 +00:00
#!/bin/sh
set -eu
rename project from SimpleshopTheme to Berrypod All modules, configs, paths, and references updated. 836 tests pass, zero warnings. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 21:23:15 +00:00
PHX_SERVER=true exec bin/berrypod start
Reference in New Issue
Copy Permalink