fix: prevent multiple form submissions in Contact component

This commit is contained in:
2025-02-22 17:15:05 +01:00
parent b0f2533710
commit a00e8241d2
2 changed files with 23 additions and 15 deletions

View File

@@ -19,9 +19,6 @@ COPY .env .env
# Build the Next.js application
RUN npm run build
# Set environmental variable for production mode
ENV NODE_ENV=production
# Expose the port the app runs on
EXPOSE 3000