* 🚀 refactor: simplify deployment process in workflow file

* 🚀 chore: add IMAGE_NAME to GITHUB_ENV for deployment workflow

*  chore: simplify deployment logging in workflow file

* 🚀 fix: correct container name in deployment script logic

* 🚀 refactor: rename job and streamline deployment steps

* Update README.md

*  fix: prevent multiple form submissions in Contact component

*  feat: honeypot and timestamp checks to form submission

*  refactor: simplify contact form and improve UI elements
This commit is contained in:
denshooter
2025-02-22 22:29:23 +01:00
committed by GitHub
parent a31754d178
commit 9088a7cd32
3 changed files with 163 additions and 50 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