Skip to content

Commit 0e94440

Browse files
authored
fix naming. (#1286)
1 parent a3a1660 commit 0e94440

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcp_servers/fetch_toolathlon/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ FROM node:22-alpine AS builder
55
WORKDIR /app
66

77
# Copy package.json and package-lock.json to install dependencies
8-
COPY mcp_servers/fetch_url/package.json mcp_servers/fetch_url/package-lock.json ./
8+
COPY mcp_servers/fetch_toolathlon/package.json mcp_servers/fetch_toolathlon/package-lock.json ./
99

1010
# Install dependencies (ignoring scripts to prevent running the prepare script)
1111
RUN npm install --ignore-scripts
1212

1313
# Copy the rest of the application source code
14-
COPY mcp_servers/fetch_url .
14+
COPY mcp_servers/fetch_toolathlon .
1515

1616
# Build the application using TypeScript
1717
RUN npm run build

0 commit comments

Comments
 (0)