feat: Integrate PayPal for payments

Adds the `@paypal/react-paypal-js` dependency and updates import maps to support PayPal integration. Cleans up Dockerfile and Nginx configuration, removing them as they are no longer needed in this version.
This commit is contained in:
2025-12-07 22:44:00 +01:00
parent 2f4ba7f4b5
commit 8ea1e231fd
6 changed files with 8 additions and 65 deletions

View File

@@ -1,7 +1 @@
FROM node:18-alpine
WORKDIR /app
COPY package*.json ./
RUN npm install --production
COPY . .
EXPOSE 3001
CMD ["node", "server.js"]
<13><><EFBFBD>^