static(minor): fix build path for static image

This commit is contained in:
Jens Langhammer 2019-10-02 22:16:48 +02:00
parent 71039a4012
commit d44ac6e2a3
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ RUN ./manage.py collectstatic --no-input
FROM nginx:latest
COPY --from=static-build /app/static /static/_/static/
COPY --from=static-build /app/static /static/static/
COPY ./passbook/core/nginx.conf /etc/nginx/nginx.conf