refactor: enhance link active state handling in Navbar and HamburgerMenu components

This commit is contained in:
2025-06-16 14:02:21 +03:30
parent 7c56fdc8cd
commit 96e0fc9e0d
6 changed files with 30 additions and 12 deletions
+2
View File
@@ -22,5 +22,7 @@ COPY --from=builder /app/.next ./.next
COPY --from=builder /app/public ./public
COPY --from=builder /app/package.json ./package.json
COPY --from=builder /app/node_modules ./node_modules
VOLUME ["/app/contactMessages.json"]
EXPOSE 5000
CMD ["npm", "start"]