Skip to content

Commit

Permalink
ci: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
octoshikari committed Jul 20, 2023
1 parent ea5285a commit b2f808f
Show file tree
Hide file tree
Showing 2 changed files with 2,493 additions and 3,176 deletions.
1 change: 1 addition & 0 deletions examples/Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ WORKDIR /app
COPY . .
RUN jq 'to_entries | map_values({ (.key) : ("$" + .key | ascii_upcase) }) | reduce .[] as $item ({}; . + $item)' ./apps/mega-ui/src/config.json > ./apps/mega-ui/src/config.tmp.json && mv ./apps/mega-ui/src/config.tmp.json ./apps/mega-ui/src/config.json
RUN jq 'to_entries | map_values({ (.key) : ("$" + .key | ascii_upcase) }) | reduce .[] as $item ({}; . + $item)' ./apps/workflow-ui/src/config.json > ./apps/workflow-ui/src/config.tmp.json && mv ./apps/workflow-ui/src/config.tmp.json ./apps/workflow-ui/src/config.json
RUN jq 'to_entries | map_values({ (.key) : ("$" + .key | ascii_upcase) }) | reduce .[] as $item ({}; . + $item)' ./apps/subscription-ui/src/config.json > ./apps/subscription-ui/src/config.tmp.json && mv ./apps/subscription-ui/src/config.tmp.json ./apps/subscription-ui/src/config.json

RUN pnpm install && cd ./apps/mega-ui && pnpm run build

Expand Down
Loading

0 comments on commit b2f808f

Please sign in to comment.