diff --git a/static.Dockerfile b/static.Dockerfile index f6b69297d..02d267d17 100644 --- a/static.Dockerfile +++ b/static.Dockerfile @@ -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