pgsql is being a pain
This commit is contained in:
@@ -55,7 +55,8 @@ jobs:
|
|||||||
FROM python:3.11-slim-buster
|
FROM python:3.11-slim-buster
|
||||||
RUN apt-get update && apt-get install -y python3-dev
|
RUN apt-get update && apt-get install -y python3-dev
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY . /src
|
COPY requirements.txt /src/requirements.txt
|
||||||
|
COPY app /src/app
|
||||||
RUN python -m pip install --upgrade pip \
|
RUN python -m pip install --upgrade pip \
|
||||||
&& pip install -r /src/requirements.txt \
|
&& pip install -r /src/requirements.txt \
|
||||||
&& cd /src/app \
|
&& cd /src/app \
|
||||||
|
|||||||
Reference in New Issue
Block a user