Commit frontend yarn.lock for reproducible Docker builds
The multi-stage Dockerfile copies frontend/yarn.lock, but .gitignore excluded it from the repo, breaking builds from a fresh clone (Coolify). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
frontend/node_modules/
|
||||
frontend/.cache/
|
||||
frontend/yarn.lock
|
||||
frontend/build/
|
||||
frontend/public/static/email-builder/
|
||||
frontend/dist/
|
||||
|
||||
Reference in New Issue
Block a user