Method: Wellcar::Commands::Dock#docker_files
- Defined in:
- lib/wellcar/commands/dock.rb
#docker_files ⇒ Object
47 48 49 |
# File 'lib/wellcar/commands/dock.rb', line 47 def docker_files @files ||= core_docker_templates.push(Wellcar::Templates::DockerCompose.new(app_name, github_account)) end |