From 5b3f949a0b50dc365b0cbc3f234b26146e6bdf95 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata Date: Wed, 5 Oct 2022 20:11:17 +0700 Subject: [PATCH] Update Dockerfile.ci.alpine --- .github/workflows/Dockerfile.ci.alpine | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/Dockerfile.ci.alpine b/.github/workflows/Dockerfile.ci.alpine index af43a45..43c097a 100644 --- a/.github/workflows/Dockerfile.ci.alpine +++ b/.github/workflows/Dockerfile.ci.alpine @@ -48,16 +48,6 @@ RUN cp target/lldap /lldap/ && \ /lldap/app/ WORKDIR /lldap -#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/; \ -# cat app/index.html; \ -# ls -al app/static; \ -# ls -al app/static/fonts; - 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 \