Hearing Date is not not null and unique for the court case.

Data import also needs to reflect this.
Cause List made.
This commit is contained in:
2021-01-19 07:10:14 +05:30
parent 361d012d34
commit 2b5cf93ece
23 changed files with 668 additions and 13 deletions

View File

@ -11,14 +11,6 @@ LABEL maintainer="Amritanshu <docker@tanshu.com>"
COPY --from=builder /app/luthor /app
COPY --from=builder /app/frontend /app/frontend
RUN apt-get update && \
apt-get install -y locales && \
sed --in-place --expression='s/# en_IN UTF-8/en_IN UTF-8/' /etc/locale.gen && \
dpkg-reconfigure --frontend=noninteractive locales
ENV LANG en_IN
ENV LC_ALL en_IN
WORKDIR /app
# Install Poetry