Skip to content

Commit aaee7ea

Browse files
committed
fix(ci): 修正 docker 阶段 dist 路径
Made-with: Cursor
1 parent eb51df5 commit aaee7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: dist
6666

6767
- name: Copy dist to docker
68-
run: cp -r dist frontend/docker/dist
68+
run: cp -r frontend/dist frontend/docker/dist
6969

7070
- name: Set up Docker Buildx
7171
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)