static(minor): fix build path for static image
This commit is contained in:
parent
71039a4012
commit
d44ac6e2a3
|
@ -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
|
||||
|
|
Reference in New Issue