Update Dockerfile.ci.alpine

This commit is contained in:
Dedy Martadinata 2022-10-05 19:16:29 +07:00 committed by GitHub
parent e0665b16e9
commit b1f3deea7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ RUN set -x \
&& chmod a+r -R .; \
ls -al .; \
ls -al app/; \
cat app/static/index.html; \
cat app/index.html; \
ls -al app/static; \
ls -al app/static/fonts;