Skip to content

Commit

Permalink
Merge branch '2.7' into app_design
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Sep 25, 2024
2 parents 3453f78 + 8f2816e commit e75c298
Show file tree
Hide file tree
Showing 106 changed files with 1,791 additions and 398 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:

# checkout branch 2.6
# checkout branch 2.7
- name: Checkout branch 2.7
uses: actions/checkout@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion deploy/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
storage
.env
mongo-data
info.json
info.json
yarn.lock
6 changes: 6 additions & 0 deletions deploy/enterprise/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ WORKDIR /opt/steedos/unpkg

RUN yarn && yarn cache clean

# nodered
COPY ./app/nodered /opt/steedos/nodered
WORKDIR /opt/steedos/nodered

RUN yarn && yarn cache clean

COPY ./fs /

# Remove cached files
Expand Down
Loading

0 comments on commit e75c298

Please sign in to comment.