-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Externalize docker file generation.
- Loading branch information
Sergio García Prado
committed
Dec 13, 2021
1 parent
97d6ef1
commit 03478b1
Showing
5 changed files
with
22 additions
and
1 deletion.
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
File renamed without changes.
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
microservice/language/python/containerization/docker/copier.yml
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
_envops: | ||
block_start_string: "{%" | ||
block_end_string: "%}" | ||
comment_start_string: "{#" | ||
comment_end_string: "#}" | ||
variable_start_string: "{{" | ||
variable_end_string: "}}" | ||
keep_trailing_newline: false | ||
|
||
_templates_suffix: .jinja |
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