Fixed getting creditionals for postgre from env

This commit is contained in:
ITQ
2024-02-28 00:14:23 +03:00
parent b97672d07c
commit b206a71909
5 changed files with 34 additions and 8 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ WORKDIR /app
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1
ENV SERVER_PORT = 8080
ENV DJANGO_DEBUG = False
ENV SERVER_PORT=8080
ENV DJANGO_DEBUG=False
RUN pip3 install --upgrade pip
COPY requirements/prod.txt .