Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Aug 14, 2023
1 parent 08b1402 commit 51c48ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,8 @@ print_entrypoint() {
cat "scripts/entrypoint.$2.sh" > "$dir/entrypoint.sh"
chmod +x "$dir/entrypoint.sh"
cat >> "$1" <<EOI
COPY entrypoint.sh /__temurin_entrypoint.sh
ENTRYPOINT ["/__temurin_entrypoint.sh"]
COPY entrypoint.sh /__cacert_entrypoint.sh
ENTRYPOINT ["/__cacert_entrypoint.sh"]
EOI
}

Expand Down

0 comments on commit 51c48ab

Please sign in to comment.