phase 3
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
WORKDIR /ui
|
||||
|
||||
RUN npm install -g pnpm
|
||||
|
||||
COPY package.json ./
|
||||
RUN pnpm install
|
||||
# Copy both framework and detection-app (preserves relative link structure)
|
||||
COPY framework/ ./framework/
|
||||
COPY detection-app/ ./detection-app/
|
||||
|
||||
COPY . .
|
||||
WORKDIR /ui/detection-app
|
||||
RUN pnpm install
|
||||
|
||||
EXPOSE 5175
|
||||
|
||||
|
||||
Reference in New Issue
Block a user