Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ross committed Jun 14, 2020
1 parent 08a03bd commit 1cc396f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM ruby:2.7-alpine

COPY src/ /usr/local/src/integrationer-helpers/
3 changes: 3 additions & 0 deletions src/fields.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
require 'json'

FIELDS = JSON.parse(ARGV.first)

0 comments on commit 1cc396f

Please sign in to comment.