We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f1564 commit 5ee40d8Copy full SHA for 5ee40d8
Dockerfile
@@ -2,12 +2,15 @@
2
FROM usabilitydynamics/udx-worker:0.37.0
3
4
# Add metadata labels
5
-LABEL version="0.25.0"
+LABEL version="0.26.0"
6
7
# Set build arguments for Node.js version and application port
8
ARG NODE_VERSION=22.21.1
9
ARG APP_PORT=8080
10
11
+# Add Node.js to PATH
12
+ENV PATH="/usr/local/node/bin:${PATH}"
13
+
14
# Set application-specific environment variables
15
ENV APP_HOME="/usr/src/app" \
16
APP_PORT="${APP_PORT}"
0 commit comments