diff --git a/.dockerignore b/.dockerignore index 1e246ea..f1f8605 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,6 +6,5 @@ dist *.md Dockerfile .dockerignore -package-lock.json diff --git a/implementation-plan.mdc b/implementation-plan.mdc index 2364916..4e34391 100644 --- a/implementation-plan.mdc +++ b/implementation-plan.mdc @@ -22,3 +22,5 @@ This plan outlines the steps for dockerizing the Nemia application for deploymen Removed "free for up to 3 decks" claim, simplified footer by removing Product/Resource columns and GitHub icon, updated copyright year to 2026, and replaced all placeholder logos with assets/images/icon.png. 9. Implement Launchlist Waitlist. [Done] Added email input forms in Hero and CallToAction components that submit directly to the Launchlist action URL. +10. Fix Docker Build Context. [Done] + Removed `package-lock.json` from `.dockerignore` to allow the build stage to correctly install dependencies.