🚨 Updated lints (#308)

This commit is contained in:
Nikhil Badyal
2023-08-25 15:36:50 +05:30
committed by GitHub
parent 09b815cb21
commit 77377cdd48
26 changed files with 404 additions and 487 deletions
+1 -2
View File
@@ -35,8 +35,7 @@ RUN python -m pip install --upgrade pip
RUN pip install -r requirements.txt
COPY ./entrypoint /entrypoint
RUN sed -i 's/\r$//g' /entrypoint
RUN chmod +x /entrypoint
RUN sed -i 's/\r$//g' /entrypoint && chmod +x /entrypoint
# copy application code to WORKDIR
COPY . ${APP_HOME}