db-link-fix

This commit is contained in:
2024-01-24 11:19:42 +03:00
parent 4d9551a93c
commit 1dce947db6
2 changed files with 2 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ WORKDIR /app
EXPOSE 8080
ADD nginx.conf.sigil ./
COPY requirements.txt .
RUN apt update && apt install -y git gcc curl
RUN apt update && apt install -y git gcc curl postgresql
RUN pip install -r requirements.txt
COPY . .