refactor: enhance link active state handling in Navbar and HamburgerMenu components
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user