Spaces:
Build error
Build error
| FROM node:18-slim | |
| WORKDIR /app | |
| COPY frontend/package*.json ./ | |
| RUN npm install | |
| COPY frontend/ ./ | |
| CMD ["npm", "run", "dev"] |
| FROM node:18-slim | |
| WORKDIR /app | |
| COPY frontend/package*.json ./ | |
| RUN npm install | |
| COPY frontend/ ./ | |
| CMD ["npm", "run", "dev"] |