Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0095bd6

Browse files
authored
Merge pull request #149 from pzelnip/codependentcodr/ch261/refactor-dockerfile-to-build-a-new-base-image
Move requirements.txt to codependentcodrbaseimage [ch261]
2 parents e0dcc45 + a39e538 commit 0095bd6

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ FROM pzelnip/codependentcodrbase:latest
22

33
WORKDIR /build
44

5-
COPY requirements.txt /build/requirements.txt
6-
RUN pip3 install -r requirements.txt
7-
85
COPY . /build
96

107
RUN make publish

requirements.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)