backend/update-requirements #209

Merged
cami merged 2 commits from backend/update-requirements into main 2021-07-24 22:19:52 +00:00
Showing only changes of commit d5c6aad834 - Show all commits

View file

@ -6,7 +6,7 @@ RUN apt-get -y update && apt-get -y upgrade
COPY requirements.txt .
RUN apk install sqlite3
RUN apt-get -y install sqlite3
RUN pip install -r requirements.txt