ls static files

This commit is contained in:
elpatron68
2024-05-26 14:02:23 +02:00
parent 222a8f019e
commit 74b4620b69

View File

@@ -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