Skip to content

Commit

Permalink
docs(changeset): kritor适配
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-cn committed Jul 11, 2024
1 parent 8d34ff8 commit 17e00df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/pretty-buttons-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@zhinjs/core": patch
"@zhinjs/adapter-kritor": patch
---

kritor适配
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 镜像继承
FROM node:18
RUN mkdir /app
COPY ./test/package.json /app
WORKDIR /app
RUN npm init -y
RUN npm install
EXPOSE 8086
CMD npm start

0 comments on commit 17e00df

Please sign in to comment.