Remove compose
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
# Stage 1: Build the React client
|
||||
FROM node:20-alpine AS builder
|
||||
WORKDIR /app/client
|
||||
COPY client/package*.json ./
|
||||
@@ -6,7 +5,6 @@ RUN npm install
|
||||
COPY client/ ./
|
||||
RUN npm run build
|
||||
|
||||
# Stage 2: Run the server
|
||||
FROM node:20-alpine
|
||||
WORKDIR /app/server
|
||||
COPY server/package*.json ./
|
||||
|
||||
Reference in New Issue
Block a user