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 a435a5e commit 6301c98Copy full SHA for 6301c98
Dockerfile
@@ -22,6 +22,9 @@ COPY . /codecept
22
WORKDIR /codecept
23
RUN npm install
24
25
+# Remove self-reference and create symlink to use root package.json with ESM exports
26
+RUN rm -rf /codecept/node_modules/codeceptjs && ln -sf /codecept /codecept/node_modules/codeceptjs
27
+
28
RUN ln -s /codecept/bin/codecept.js /usr/local/bin/codeceptjs
29
RUN mkdir /tests
30
WORKDIR /tests
0 commit comments