phase 1
This commit is contained in:
14
ui/detection-app/Dockerfile
Normal file
14
ui/detection-app/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM node:20-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install -g pnpm
|
||||
|
||||
COPY package.json ./
|
||||
RUN pnpm install
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 5175
|
||||
|
||||
CMD ["pnpm", "dev", "--host"]
|
||||
Reference in New Issue
Block a user