diff --git a/.dockerignore b/.dockerignore index 87a336e06..7be654a78 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,4 @@ env helm passbook-ui +static diff --git a/Dockerfile b/Dockerfile index bba4fe9fd..dbd57f0d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/