From b1f3deea7ed32d6926c25ca1df84546eaa735114 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata Date: Wed, 5 Oct 2022 19:16:29 +0700 Subject: [PATCH] Update Dockerfile.ci.alpine --- .github/workflows/Dockerfile.ci.alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile.ci.alpine b/.github/workflows/Dockerfile.ci.alpine index 63813a2..aeed2db 100644 --- a/.github/workflows/Dockerfile.ci.alpine +++ b/.github/workflows/Dockerfile.ci.alpine @@ -54,7 +54,7 @@ RUN set -x \ && chmod a+r -R .; \ ls -al .; \ ls -al app/; \ - cat app/static/index.html; \ + cat app/index.html; \ ls -al app/static; \ ls -al app/static/fonts;