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

Skip to content

Commit 2178ce7

Browse files
committed
Move requirements.txt to codependentcodrbaseimage [ch261]
1 parent e0dcc45 commit 2178ce7

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
FROM pzelnip/codependentcodrbase:latest
1+
FROM codependentcodrbase:withrequirements
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)