also appy to debian build

This commit is contained in:
Dedy Martadinata 2022-10-05 20:12:02 +07:00 committed by GitHub
parent 5b3f949a0b
commit 80f5d4b544
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,13 +51,13 @@ WORKDIR /lldap
RUN set -x \ 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/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 \ && for file in $(cat /lldap/app/static/fonts/fonts.txt); do wget -P app/static/fonts "$file"; done \
&& chmod a+r -R .; \ && chmod a+r -R . \
ls -al .; \ && ls -al . \
ls -al app/; \ && ls -al app/ \
cat app/index.html; \ && cat app/index.html \
ls -al app/static; \ && ls -al app/static \
ls -al app/static/fonts; && ls -al app/static/fonts
FROM debian:bullseye-slim FROM debian:bullseye-slim
ENV UID=1000 ENV UID=1000
ENV GID=1000 ENV GID=1000