File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9393 - name : Build Web
9494 run : |
9595 docker buildx build --target web-build --output type=local,dest=./web-build . -f installer/Dockerfile
96- rm -rf ui/* && cp -r ./web-build/ui/* ui/
96+ rm -rf ui/.[!.] * && cp -r ./web-build/ui/* ui/
9797 - name : Docker Buildx (build-and-push)
9898 run : |
9999 sudo sync && echo 3 | sudo tee /proc/sys/vm/drop_caches && free -m
@@ -157,7 +157,7 @@ jobs:
157157 - name : Build Web
158158 run : |
159159 docker buildx build --target web-build --output type=local,dest=./web-build . -f installer/Dockerfile
160- rm -rf ui/* && cp -r ./web-build/ui/* ui/
160+ rm -rf ui/.[!.] * && cp -r ./web-build/ui/* ui/
161161 - name : Docker Buildx (build-and-push)
162162 run : |
163163 sudo sync && echo 3 | sudo tee /proc/sys/vm/drop_caches && free -m
You can’t perform that action at this time.
0 commit comments