Compare commits

..

No commits in common. "8031ed1892faf87517f6d7c9721f567bd87f319e" and "aef0e6c31fa2e3a7aeaa6e0c9f60735b40c7fe7f" have entirely different histories.

2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
# frontend/Dockerfile
FROM node:20-alpine
WORKDIR /app
COPY package.json ./
RUN npm install
COPY . .
EXPOSE 3000
CMD ["npm", "start"]

View File

@ -6,7 +6,6 @@
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",