From acead14e813f613d52a39ab8d091b22783921651 Mon Sep 17 00:00:00 2001 From: yunnysunny Date: Fri, 5 Jan 2024 23:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95docker?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ubuntu.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index a9bc0e4..a44f563 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -134,7 +134,8 @@ jobs: with: image: test-image:latest run: | - ps -ef | grep node + node src/app.js & + pldd $(ps -ef | grep node | grep -v grep | awk '{print $2}') - name: Build and push core uses: docker/build-push-action@v3 with: