Skip to content

Commit ed4cc36

Browse files
test(e2e): run build using original config file
1 parent 5292335 commit ed4cc36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

__tests__/e2e/ui/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ RUN yarn
1111
COPY . /datatools-build/
1212
COPY configurations/default /datatools-config/
1313

14-
RUN env YAML_CONFIG=/datatools-config/env.yml yarn build
14+
RUN env YAML_CONFIG=configurations/default/env.yml yarn build
15+
COPY . /datatools-build/
1516
CMD yarn e2e-preview --port 9966 --host

0 commit comments

Comments
 (0)