Skip to content

Commit

Permalink
🎉 version(architecture): v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ting-Code committed Aug 21, 2024
1 parent 1331038 commit 4a383fc
Show file tree
Hide file tree
Showing 25 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nginx
# 复制构建文件到容器中
COPY ./packages/apps/admin/dist/ /usr/share/nginx/html/
COPY ./packages/apps/micro/dist/ /usr/share/nginx/html/react/
COPY ./packages/apps/micro-react/dist/ /usr/share/nginx/html/react/
COPY ./packages/apps/micro-docs/dist/ /usr/share/nginx/html/docs/
# 复制nginx配置到容器中
COPY ./.github/workflows/nginx.conf /etc/nginx/nginx.conf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: pnpm --filter @apps/admin... build

- name: build @apps/micro-react
run: pnpm --filter @apps/micro... build
run: pnpm --filter @apps/micro-react... build

- name: build @apps/micro-docs
run: pnpm --filter @apps/micro-docs... build
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4a383fc

Please sign in to comment.