Skip to content

Commit

Permalink
Merge pull request #3700 from illacloud/release/4.5.2
Browse files Browse the repository at this point in the history
Release/4.5.2
  • Loading branch information
AruSeito authored Feb 18, 2024
2 parents d8bcf7c + fda77e7 commit e288b49
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ RUN apk add --no-cache \
## copy frontend
COPY nginx.conf /etc/nginx/nginx.conf
COPY illa-builder-frontend.conf /etc/nginx/conf.d/illa-builder-frontend.conf
COPY ./apps/builder/dist/index.html /opt/illa/illa-builder-frontend/index.html
COPY ./apps/builder/dist/assets /opt/illa/illa-builder-frontend/assets
COPY ./apps/builder/dist /opt/illa/illa-builder-frontend
RUN rm /etc/nginx/conf.d/default.conf

# test nginx
Expand Down
5 changes: 5 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ ILLA CLI 使您能够以超乎想象的速度部署 ILLA Builder。 [单击此

加入微信群:

<<<<<<< HEAD
![img_v3_0286_e3c1da11-83a3-46bc-bea1-eb11228e6c8h](https://github.com/illacloud/illa-builder/assets/73595134/81fdb2bc-61b9-474c-b385-556dfc13c274)
=======
![IMG_5468](https://github.com/illacloud/illa-builder/assets/112603073/bbdc47f4-97bd-4258-bc89-893ce28cbe53)

>>>>>>> beta

Discord与Github社区入口
Expand Down
2 changes: 1 addition & 1 deletion apps/builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"author": "ILLA Cloud <[email protected]>",
"license": "Apache-2.0",
"version": "4.5.1",
"version": "4.5.2",
"scripts": {
"dev": "vite --strictPort --force",
"build-cloud": "NODE_OPTIONS=--max-old-space-size=12288 vite build --mode cloud",
Expand Down

0 comments on commit e288b49

Please sign in to comment.