From e0665b16e90d8cbeed1c6a36e28d37e501731f33 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata Date: Wed, 5 Oct 2022 19:16:05 +0700 Subject: [PATCH] Update Dockerfile.ci.debian --- .github/workflows/Dockerfile.ci.debian | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile.ci.debian b/.github/workflows/Dockerfile.ci.debian index 8d7b03d..0343476 100644 --- a/.github/workflows/Dockerfile.ci.debian +++ b/.github/workflows/Dockerfile.ci.debian @@ -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;