feat(py): update Dockerfile and compose #12
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
default_context: | |
full_name: X Author Name | |
email: [email protected] | |
github_username: x-pt | |
project_name: My Awesome Cxx Project | |
project_slug: my-awesome-cxx-project | |
package_name: my_awesome_cxx_project | |
project_desc: A nice example project | |
# C++ | |
cxx_cmake_version: 3.28 | |
cxx_standard_version: 20 | |
cxx_standard_required: true | |
cxx_extensions_required: false | |
cxx_project_type: [ "binary", "library" ] | |
cxx_share_enabled: false |