This commit is contained in:
Luke Gustafson
2024-11-27 00:21:10 +00:00
parent 36d4245770
commit 1cac9302ec
3 changed files with 34 additions and 1 deletions

View File

@@ -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/