Skip to content

Commit

Permalink
fix: 🐛 number input
Browse files Browse the repository at this point in the history
  • Loading branch information
AruSeito committed Feb 18, 2024
1 parent 7ada0c9 commit 02fa4eb
Show file tree
Hide file tree
Showing 4 changed files with 4 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
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 02fa4eb

Please sign in to comment.