Skip to content

Commit

Permalink
use pm2 for bun
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Jan 5, 2025
1 parent 4d40de5 commit d1bff2c
Show file tree
Hide file tree
Showing 63 changed files with 8,928 additions and 5,428 deletions.
3 changes: 1 addition & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,10 @@ compiler = config.dig('language','compiler')
if compiler
config['language']['compiler'] = {compiler => true}
end

template = File.read(path)
config.merge!(template_variables).merge!({if: template_conditions}).merge!(files:, static_files:, environment: config["environment"]&.map do |k, v|
"#{k}=#{v}"
end)
end, command: config['command']&.split)
File.write(File.join(directory, ".Dockerfile.#{engine}"), Mustache.render(template, config))
end

Expand Down
Loading

0 comments on commit d1bff2c

Please sign in to comment.