-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add comment about replacing pdp-base-minimal tag with new release onc…
…e it's created
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM pcic/pdp-base-minimal:pdp-python3 | ||
FROM pcic/pdp-base-minimal:pdp-python3 # Replace with new release tag when this branch of pdp-docker has been merged | ||
LABEL Maintainer="Rod Glover <[email protected]>" | ||
|
||
USER root | ||
|
@@ -18,4 +18,4 @@ ADD *requirements.txt /codebase/ | |
|
||
RUN pip3 install -r requirements.txt -r test_requirements.txt -r deploy_requirements.txt | ||
|
||
ENTRYPOINT ./docker/local-run/entrypoint.sh | ||
ENTRYPOINT ./docker/local-run/entrypoint.sh |
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Dockerfile to run the PCIC data portal # | ||
############################################ | ||
|
||
FROM pcic/pdp-base-minimal:pdp-python3 | ||
FROM pcic/pdp-base-minimal:pdp-python3 # Replace with new release tag when this branch of pdp-docker has been merged | ||
LABEL Maintainer="James Hiebert <[email protected]>" | ||
|
||
USER root | ||
|