Update Dockerfile.ci.alpine

This commit is contained in:
Dedy Martadinata 2022-10-05 18:54:57 +07:00 committed by GitHub
parent 851429cd36
commit c918b5119f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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