From 1e0b4c413ce3887bcf5a3efb49cd825640b981b9 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata Date: Wed, 5 Oct 2022 19:04:10 +0700 Subject: [PATCH] Update Dockerfile.ci.alpine --- .github/workflows/Dockerfile.ci.alpine | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Dockerfile.ci.alpine b/.github/workflows/Dockerfile.ci.alpine index 6b4f3a4..63813a2 100644 --- a/.github/workflows/Dockerfile.ci.alpine +++ b/.github/workflows/Dockerfile.ci.alpine @@ -53,8 +53,9 @@ RUN set -x \ && for file in $(cat /lldap/app/static/fonts/fonts.txt); do wget -P app/static/fonts "$file"; done \ && chmod a+r -R .; \ ls -al .; \ - ls -al app/static; \ + ls -al app/; \ cat app/static/index.html; \ + ls -al app/static; \ ls -al app/static/fonts; FROM alpine:3.16