Deepsource Python issues

This commit is contained in:
Michał Gdula 2023-06-24 21:47:13 +00:00
parent e0fc37d48a
commit 4d912d314c
10 changed files with 162 additions and 156 deletions

View file

@ -5,7 +5,7 @@ EXPOSE 8000
WORKDIR /data
RUN mkdir /storage&& \
apk update && \
apk add python3 py3-pip postgresql-client
apk --no-cache add python3 py3-pip postgresql-client
COPY requirements.txt requirements.txt
RUN pip install --no-cache-dir -r requirements.txt