Commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Stage 1: Build the React app (Frontend)
|
||||
FROM node:18-slim AS frontend-build
|
||||
WORKDIR /app
|
||||
COPY . .
|
||||
|
||||
# Copy frontend files
|
||||
COPY frontend/package*.json ./frontend/
|
||||
|
||||
Reference in New Issue
Block a user