Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
da-Kai committed Mar 2, 2024
1 parent 38a41c4 commit 8c05249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/docker/backend/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FROM --platform=$BUILDPLATFORM node:${NODE_VERSION}-alpine AS build_ui

ARG UI_VERSION

COPY ./ /src

WORKDIR /src/ui

RUN npm install
Expand Down
2 changes: 2 additions & 0 deletions tools/docker/edge/ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FROM --platform=$BUILDPLATFORM node:${NODE_VERSION}-alpine AS build_ui

ARG UI_VERSION

COPY ./ /src

WORKDIR /src/ui

RUN npm install
Expand Down

0 comments on commit 8c05249

Please sign in to comment.