mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
Fix #592 - Adjustment in Dockerfile to upgrade pip package
This commit is contained in:
parent
80b6ca19ac
commit
f8aaf88fc0
@ -2,10 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
build:
|
image: ngoduykhanh/powerdns-admin:latest
|
||||||
context: .
|
|
||||||
dockerfile: docker/Dockerfile
|
|
||||||
image: powerdns-admin:latest
|
|
||||||
container_name: powerdns_admin
|
container_name: powerdns_admin
|
||||||
ports:
|
ports:
|
||||||
- "9191:80"
|
- "9191:80"
|
||||||
|
@ -17,6 +17,7 @@ RUN apt-get update -y \
|
|||||||
COPY ./requirements.txt /app/requirements.txt
|
COPY ./requirements.txt /app/requirements.txt
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN pip3 install --upgrade pip
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
@ -17,6 +17,7 @@ RUN apt-get update -y \
|
|||||||
COPY ./requirements.txt /app/requirements.txt
|
COPY ./requirements.txt /app/requirements.txt
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
RUN pip3 install --upgrade pip
|
||||||
RUN pip3 install -r requirements.txt
|
RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
Loading…
Reference in New Issue
Block a user