feat: wishlist

This commit is contained in:
2025-01-02 11:17:25 +01:00
parent 2a51aabc5e
commit eed3905638
8 changed files with 155 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ WORKDIR /code
COPY requirements.txt /code
RUN apt-get update && \
apt-get install -y git nginx gettext vim && \
apt-get install -y gcc git nginx gettext vim libpq-dev && \
pip install -r requirements.txt && \
apt-get autoremove -y