mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Update Dockerfile.ci.alpine
This commit is contained in:
parent
c918b5119f
commit
1e0b4c413c
3
.github/workflows/Dockerfile.ci.alpine
vendored
3
.github/workflows/Dockerfile.ci.alpine
vendored
@ -53,8 +53,9 @@ RUN set -x \
|
||||
&& 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; \
|
||||
ls -al app/; \
|
||||
cat app/static/index.html; \
|
||||
ls -al app/static; \
|
||||
ls -al app/static/fonts;
|
||||
|
||||
FROM alpine:3.16
|
||||
|
Loading…
Reference in New Issue
Block a user