Skip to content

Commit ede6f8d

Browse files
build(docker): Fix path for yaml config
1 parent ed4cc36 commit ede6f8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__tests__/e2e/ui/Dockerfile

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

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

docker/ui/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ COPY configurations/default /datatools-config/
1313
# Copy the tmp file to the env.yml if no env.yml is present
1414
RUN cp -R -u -p /datatools-config/env.yml.tmp /datatools-config/env.yml
1515

16-
RUN env YAML_CONFIG=/datatools-config/env.yml yarn build
16+
RUN env YAML_CONFIG=/datatools-config/onfigurations/default/env.yml yarn build
1717
CMD yarn e2e-preview --port 9966 --host

0 commit comments

Comments
 (0)