-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed old utils copy for docker image
- Loading branch information
Madison Bahmer
committed
Mar 18, 2017
1 parent
8c02816
commit 46494ab
Showing
4 changed files
with
0 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,6 @@ MAINTAINER Madison Bahmer <[email protected]> | |
|
||
# copy crawler own requirements.txt with its dependencies | ||
COPY crawler/requirements.txt /usr/src/app/ | ||
# scutils dev version install (not in pip yet) | ||
# due utils folder located above Dockerfile folder it can not be used | ||
# for Docker Hub Automated Build feature (but should, see wiki notes) | ||
COPY utils /tmp/utils | ||
|
||
# Combine run command to create single intermeiate image layer | ||
# This MANDATORY because developments dependencies are huge. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,10 +4,6 @@ MAINTAINER Madison Bahmer <[email protected]> | |
|
||
# copy kafka-monitor own requirements.txt with its dependencies | ||
COPY kafka-monitor/requirements.txt /usr/src/app/ | ||
# scutils dev version install (not in pip yet) | ||
# due utils folder located above Dockerfile folder it can not be used | ||
# for Docker Hub Automated Build feature (but should, see wiki notes) | ||
COPY utils /tmp/utils | ||
|
||
# Combine run command to create single intermeiate image layer | ||
# This MANDATORY because developments dependencies are huge. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,6 @@ MAINTAINER Madison Bahmer <[email protected]> | |
|
||
# copy redis-monitor own requirements.txt with its dependencies | ||
COPY redis-monitor/requirements.txt /usr/src/app/ | ||
# scutils dev version install (not in pip yet) | ||
# due utils folder located above Dockerfile folder it can not be used | ||
# for Docker Hub Automated Build feature (but should, see wiki notes) | ||
COPY utils /tmp/utils | ||
|
||
# Combine run command to create single intermeiate image layer | ||
# This MANDATORY because developments dependencies are huge. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,6 @@ MAINTAINER Madison Bahmer <[email protected]> | |
|
||
# copy rest own requirements.txt with its dependencies | ||
COPY rest/requirements.txt /usr/src/app/ | ||
# scutils dev version install (not in pip yet) | ||
# due utils folder located above Dockerfile folder it can not be used | ||
# for Docker Hub Automated Build feature (but should, see wiki notes) | ||
COPY utils /tmp/utils | ||
|
||
# Combine run command to create single intermeiate image layer | ||
# This MANDATORY because developments dependencies are huge. | ||
|