Gros nettoyage

This commit is contained in:
2025-12-23 13:04:21 +01:00
parent 1bb13c79d0
commit df781fb605
19 changed files with 3 additions and 2849 deletions

View File

@@ -1 +1 @@
NEXT_PUBLIC_API_URL=http://localhost:8000
NEXT_PUBLIC_API_URL=http://localhost:8001

View File

@@ -1,16 +0,0 @@
FROM node:20-alpine
# Set working directory
WORKDIR /app
# Copy package files
COPY package*.json ./
# Install dependencies
RUN npm ci
# Expose port
EXPOSE 3000
# Start the development server
CMD ["npm", "run", "dev"]