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 b3178b2 commit 172fe75Copy full SHA for 172fe75
Dockerfile
@@ -1,5 +1,6 @@
1
ARG NODE_VERSION=22.14.0
2
FROM node:${NODE_VERSION}-bookworm-slim AS base
3
+# that workdir MUST NOT be changed because of backward compatibility with the engine <= 1.177.7
4
WORKDIR /root/cf-runtime
5
6
FROM base AS build-dependencies
0 commit comments