Fix Docker Image having messed up static files
This commit is contained in:
parent
6649eb401e
commit
57e5996513
|
@ -1,3 +1,4 @@
|
|||
env
|
||||
helm
|
||||
passbook-ui
|
||||
static
|
||||
|
|
|
@ -16,7 +16,7 @@ FROM python:3.6-slim-stretch
|
|||
COPY ./passbook/ /app/passbook
|
||||
COPY ./manage.py /app/
|
||||
COPY ./requirements.txt /app/
|
||||
COPY --from=build /app/static/* /app/static/
|
||||
COPY --from=build /app/static /app/static/
|
||||
|
||||
WORKDIR /app/
|
||||
|
||||
|
|
Reference in New Issue