Skip to content

Instantly share code, notes, and snippets.

;;; init-taxdome.el --- -*- lexical-binding: t -*-
(defcustom taxdome-frontend-en-yml "/Users/stepanlusnikov/projects/taxdome/config/locales/en/frontend.en.yml"
"Full path to locale file"
:group 'taxdome)
(defun get-file-scope ()
(save-excursion
(save-match-data
(goto-char (point-min))
Building invested_bosphorus_consume
Step 1/17 : FROM ruby:2.3.8-slim-stretch
---> 6c82e230dca6
Step 2/17 : ENV CONSUL_TMPL_VERSION=0.19.5
---> Using cache
---> 8354d3c1b2bf
Step 3/17 : ENV RACK_ENV=production
---> Using cache
---> babd46f7c116
Step 4/17 : ENV RAILS_ENV=production