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 5292335 commit ed4cc36Copy full SHA for ed4cc36
__tests__/e2e/ui/Dockerfile
@@ -11,5 +11,6 @@ RUN yarn
11
COPY . /datatools-build/
12
COPY configurations/default /datatools-config/
13
14
-RUN env YAML_CONFIG=/datatools-config/env.yml yarn build
+RUN env YAML_CONFIG=configurations/default/env.yml yarn build
15
+COPY . /datatools-build/
16
CMD yarn e2e-preview --port 9966 --host
0 commit comments