Fixed getting creditionals for postgre from env
This commit is contained in:
+2
-2
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user