Skip to content

Commit 172fe75

Browse files
added comment
1 parent b3178b2 commit 172fe75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
ARG NODE_VERSION=22.14.0
22
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
34
WORKDIR /root/cf-runtime
45

56
FROM base AS build-dependencies

0 commit comments

Comments
 (0)