File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ RUN yarn
1111COPY . /datatools-build/
1212COPY configurations/default /datatools-config/
1313
14- RUN env YAML_CONFIG=/datatools-config/onfigurations /default/env.yml yarn build
14+ RUN env YAML_CONFIG=/datatools-config/configurations /default/env.yml yarn build
1515COPY . /datatools-build/
1616CMD yarn e2e-preview --port 9966 --host
Original file line number Diff line number Diff 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
1414RUN cp -R -u -p /datatools-config/env.yml.tmp /datatools-config/env.yml
1515
16- RUN env YAML_CONFIG=/datatools-config/onfigurations /default/env.yml yarn build
16+ RUN env YAML_CONFIG=/datatools-config/configurations /default/env.yml yarn build
1717CMD yarn e2e-preview --port 9966 --host
You can’t perform that action at this time.
0 commit comments