Skip to content

Commit d1bff2c

Browse files
committed
use pm2 for bun
1 parent 4d40de5 commit d1bff2c

File tree

63 files changed

+8928
-5428
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+8928
-5428
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,10 @@ compiler = config.dig('language','compiler')
195195
if compiler
196196
config['language']['compiler'] = {compiler => true}
197197
end
198-
199198
template = File.read(path)
200199
config.merge!(template_variables).merge!({if: template_conditions}).merge!(files:, static_files:, environment: config["environment"]&.map do |k, v|
201200
"#{k}=#{v}"
202-
end)
201+
end, command: config['command']&.split)
203202
File.write(File.join(directory, ".Dockerfile.#{engine}"), Mustache.render(template, config))
204203
end
205204

0 commit comments

Comments
 (0)