Fix Dockerfile template copy rules and uwsgi app.ini logging output
This commit is contained in:
@@ -13,7 +13,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
# copy every content from the local file to the image
|
# copy every content from the local file to the image
|
||||||
COPY ./app.py /app
|
COPY ./app.py /app
|
||||||
COPY ./templates/index.html /app/templates/index.html
|
COPY ./templates/ /app/templates/
|
||||||
|
RUN mkdir -p /app/log
|
||||||
COPY ./static/ /app/static/
|
COPY ./static/ /app/static/
|
||||||
RUN ls -la /app/static/*
|
RUN ls -la /app/static/*
|
||||||
COPY ./app.ini /app
|
COPY ./app.ini /app
|
||||||
|
|||||||
Reference in New Issue
Block a user