Skip to content

Commit

Permalink
fix(Dockerfile): minor fix for building image
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed Jul 27, 2023
1 parent 2902281 commit a32446a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY ./ytsaurus-ui-*.tgz ./
ARG UI_VERSION
ARG DEV

RUN UI_PACKAGE=$(test -n "${DEV}" && echo ./ytsaurus-ui-${UI_VERSION}.tgz || echo ytsaurus-ui-${UI_VERSION}.tgz) \
RUN UI_PACKAGE=$(test -n "${DEV}" && echo ./ytsaurus-ui-${UI_VERSION}.tgz || echo @ytsaurus/ui@${UI_VERSION}) \
&& echo "\n UI_VERSION=${UI_VERSION} \n DEV=${DEV} \n UI_PACKAGE=${UI_PACKAGE} \n" >&2 \
&& npm install --legacy-peer-deps $UI_PACKAGE \
&& mv node_modules/@ytsaurus/ui . && mv ui/* .
Expand Down
Empty file.

0 comments on commit a32446a

Please # to comment.