git-install
This commit is contained in:
parent
45d187786b
commit
f068869727
|
@ -4,6 +4,6 @@ WORKDIR /app
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
ADD nginx.conf.sigil ./
|
ADD nginx.conf.sigil ./
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN apt update && apt install -y build-essential
|
RUN apt update && apt install -y build-essential git
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user