File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1
2-
31FROM node:22-alpine AS builder
42WORKDIR /app
53
@@ -22,4 +20,3 @@ FROM nginxinc/nginx-unprivileged:1.27-alpine
2220WORKDIR /usr/share/nginx/html
2321
2422COPY --from=builder /app/build/ ./
25-
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1
21FROM node:22-alpine AS deps
32WORKDIR /app
43ENV HUSKY=0
@@ -20,4 +19,3 @@ COPY apps/api ./apps/api
2019EXPOSE 3000
2120CMD ["node" , "apps/api/src/index.js" ]
2221
23-
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1
21FROM node:22-alpine AS deps
32WORKDIR /app
43ENV HUSKY=0
@@ -16,4 +15,3 @@ COPY package.json ./package.json
1615COPY packages/core ./packages/core
1716COPY apps/mcp ./apps/mcp
1817CMD ["node" , "apps/mcp/src/index.js" ]
19-
Original file line number Diff line number Diff line change 1- # syntax=docker/dockerfile:1
2-
31FROM node:22-alpine AS builder
42WORKDIR /app
53
@@ -19,4 +17,3 @@ WORKDIR /usr/share/nginx/html
1917# Serve the built browser app only (no docs-src / docusaurus build pipeline)
2018COPY --from=builder /app/apps/web/dist/ ./
2119
22-
You can’t perform that action at this time.
0 commit comments