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

Skip to content

Commit e0bdc00

Browse files
authored
Merge pull request #146 from pzelnip/codependentcodr/ch261/refactor-dockerfile-to-build-a-new-base-image
Revised readme with info about new Dockerfile [ch261]
2 parents 72ebdd7 + d5d8f01 commit e0bdc00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ the tools to it. This means if you want to do the same all you need is Docker,
8181

8282
The `clean` target of the `Makefile` also removes any previously built `codependentcodr` images.
8383

84+
Originally everything was specified in the Dockerfile in this repo, however I found that led to long build
85+
times. I ended up refactoring the Dockerfile to have a Dockerfile in a separate repo (see
86+
<https://github.com/pzelnip/codependentcodrbase>) which contains some basic 3rd party dependencies (npm, git,
87+
etc) and is built nightly. This repo then uses the latest version of that Docker image as its base image.
88+
This helps with build times.
89+
8490
### Safety
8591

8692
I also have a Makefile target to run the [Safety](https://github.com/pyupio/safety) tool for checking any

0 commit comments

Comments
 (0)