ls static files
This commit is contained in:
@@ -15,6 +15,7 @@ WORKDIR /app
|
|||||||
COPY ./app.py /app
|
COPY ./app.py /app
|
||||||
COPY ./templates/index.html /app/templates/index.html
|
COPY ./templates/index.html /app/templates/index.html
|
||||||
COPY ./static/ /app/static/
|
COPY ./static/ /app/static/
|
||||||
|
RUN ls -la /app/static/*
|
||||||
COPY ./app.ini /app
|
COPY ./app.ini /app
|
||||||
COPY ./wsgi.py /app
|
COPY ./wsgi.py /app
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user