From c918b5119fefdf363cb7c6ace88fda4048b3d043 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata Date: Wed, 5 Oct 2022 18:54:57 +0700 Subject: [PATCH] Update Dockerfile.ci.alpine --- .github/workflows/Dockerfile.ci.alpine | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Dockerfile.ci.alpine b/.github/workflows/Dockerfile.ci.alpine index 9086884..6b4f3a4 100644 --- a/.github/workflows/Dockerfile.ci.alpine +++ b/.github/workflows/Dockerfile.ci.alpine @@ -52,10 +52,10 @@ RUN set -x \ && for file in $(cat /lldap/app/static/libraries.txt); do wget -P app/static "$file"; done \ && 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; \ - && cat app/static/index.html; \ - && ls -al app/static/fonts; + ls -al .; \ + ls -al app/static; \ + cat app/static/index.html; \ + ls -al app/static/fonts; FROM alpine:3.16 WORKDIR /app