Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Fix Dockerfile to copy correct source directories for build (#153) The Dockerfile had three issues preventing the production binary from building: - Referenced ./little-moments (hyphen) instead of ./little_moments (underscore) - Missing COPY for ./ratelimit, which is imported by cmd/app/main.go - Missing COPY for ./s3config, which is imported by cmd/app/main.go Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/153