mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Ensure download path
This commit is contained in:
parent
a11e4f4084
commit
418c06bb92
3
.github/workflows/Dockerfile.ci.debian
vendored
3
.github/workflows/Dockerfile.ci.debian
vendored
@ -46,10 +46,13 @@ RUN cp target/lldap /lldap/ && \
|
|||||||
web/static \
|
web/static \
|
||||||
/lldap/app/
|
/lldap/app/
|
||||||
|
|
||||||
|
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 app/static
|
||||||
|
&& ls -al app/static/fonts
|
||||||
|
|
||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
ENV UID=1000
|
ENV UID=1000
|
||||||
|
Loading…
Reference in New Issue
Block a user