Docker
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install libpq-dev -y
|
||||
RUN apt-get install gcc libpq-dev -y
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user