We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebf703 commit ea59540Copy full SHA for ea59540
Dockerfile
@@ -1,9 +1,9 @@
1
# Default base image for standalone builds. For addons, this is overridden by build.yaml.
2
ARG BUILD_FROM=nikolaik/python-nodejs:python3.12-nodejs23
3
-ARG NODE_VERSION=22 # Default Node.js version for addon OS setup
4
5
-FROM $BUILD_FROM AS base
6
+FROM $BUILD_FROM AS base
+ARG NODE_VERSION=22 # Default Node.js version for addon OS setup
7
ARG BUILD_FROM # Re-declare ARG to make it available in this stage
8
WORKDIR /mcp-proxy-server
9
0 commit comments