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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user