File tree Expand file tree Collapse file tree 12 files changed +264
-0
lines changed Expand file tree Collapse file tree 12 files changed +264
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
Original file line number Diff line number Diff line change
1
+ # Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
2
+ FROM node:lts-alpine
3
+
4
+ WORKDIR /app
5
+
6
+ # Install dependencies
7
+ COPY package*.json ./
8
+ RUN npm install --ignore-scripts
9
+
10
+ # Copy the rest of the application source code
11
+ COPY . .
12
+
13
+ # Build the project
14
+ RUN npm run build
15
+
16
+ # Expose port if needed (update if your server uses another port)
17
+ # EXPOSE 3000
18
+
19
+ ENV JIGSAWSTACK_API_KEY=<YOUR_KEY>
20
+
21
+ # Command will be provided by smithery.yaml
22
+ CMD ["node" , "dist/index.js" ]
You can’t perform that action at this time.
0 commit comments