remove check alpine

This commit is contained in:
Dedy Martadinata 2022-10-05 23:52:29 +07:00 committed by GitHub
parent 80f5d4b544
commit ccfab19969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,12 +51,7 @@ 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
&& chmod a+r -R .
FROM alpine:3.16
WORKDIR /app