Skip to content

Commit

Permalink
feat: improve workflow stability
Browse files Browse the repository at this point in the history
  • Loading branch information
octoshikari committed Jul 18, 2023
1 parent e43150d commit 5a10191
Show file tree
Hide file tree
Showing 9 changed files with 2,566 additions and 3,148 deletions.
2 changes: 2 additions & 0 deletions examples/Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ RUN corepack enable
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 pnpm install && cd ./apps/mega-ui && pnpm run build

FROM nginx:1.25
Expand Down
Loading

0 comments on commit 5a10191

Please sign in to comment.