mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-21 23:36:15 +00:00
Deepsource Python issues
This commit is contained in:
parent
e0fc37d48a
commit
4d912d314c
10 changed files with 162 additions and 156 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue