We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f19a5f commit b8ead8bCopy full SHA for b8ead8b
Dockerfile
@@ -15,7 +15,7 @@ ARG BUILD_REVISION
15
16
#RUN sed -i -e "s#__DEV_DIRTY__#${BUILD_VERSION}-${BUILD_REVISION}#g" src/main.js
17
18
-CMD ["/nodejs/bin/node", "--enable-source-maps", "/app/src/tuya-mqtt.js"]
+CMD ["node", "--enable-source-maps", "/app/src/tuya-mqtt.js"]
19
20
21
#FROM gcr.io/distroless/nodejs22-debian12
0 commit comments