From 74b4620b690f44079d2f40378d1ffd7b2514f4d0 Mon Sep 17 00:00:00 2001 From: elpatron68 Date: Sun, 26 May 2024 14:02:23 +0200 Subject: [PATCH] ls static files --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 67265c7..e81c737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ WORKDIR /app COPY ./app.py /app COPY ./templates/index.html /app/templates/index.html COPY ./static/ /app/static/ +RUN ls -la /app/static/* COPY ./app.ini /app COPY ./wsgi.py /app