Skip to content

Commit cbb865a

Browse files
committed
Remove external Dockerfile frontend dependency
1 parent 0eb5402 commit cbb865a

4 files changed

Lines changed: 0 additions & 10 deletions

File tree

apps/anywaydata/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# syntax=docker/dockerfile:1
2-
31
FROM node:22-alpine AS builder
42
WORKDIR /app
53

@@ -22,4 +20,3 @@ FROM nginxinc/nginx-unprivileged:1.27-alpine
2220
WORKDIR /usr/share/nginx/html
2321

2422
COPY --from=builder /app/build/ ./
25-

apps/api/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# syntax=docker/dockerfile:1
21
FROM node:22-alpine AS deps
32
WORKDIR /app
43
ENV HUSKY=0
@@ -20,4 +19,3 @@ COPY apps/api ./apps/api
2019
EXPOSE 3000
2120
CMD ["node", "apps/api/src/index.js"]
2221

23-

apps/mcp/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# syntax=docker/dockerfile:1
21
FROM node:22-alpine AS deps
32
WORKDIR /app
43
ENV HUSKY=0
@@ -16,4 +15,3 @@ COPY package.json ./package.json
1615
COPY packages/core ./packages/core
1716
COPY apps/mcp ./apps/mcp
1817
CMD ["node", "apps/mcp/src/index.js"]
19-

apps/web/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# syntax=docker/dockerfile:1
2-
31
FROM node:22-alpine AS builder
42
WORKDIR /app
53

@@ -19,4 +17,3 @@ WORKDIR /usr/share/nginx/html
1917
# Serve the built browser app only (no docs-src / docusaurus build pipeline)
2018
COPY --from=builder /app/apps/web/dist/ ./
2119

22-

0 commit comments

Comments
 (0)