Dockerfile is the main ingredient to be applied to all other docker-compose files allowing for multiple use.
Good for running multi-container docker applications.
| ### Things that could be funded by publicly funding but aren't? | |
| - Solar farms | |
| - Some smaller hydroelectric dams to help power smaller cities or populated areas | |
| - Some stretches of road or bridges and toll roads, etc. | |
| - Sports Stadiums | |
| - Parking structures | |
| - Libraries | |
| - Parks | |
| - Museums |
Dockerfile is the main ingredient to be applied to all other docker-compose files allowing for multiple use.
Good for running multi-container docker applications.
ETFs are easier to trade and trade at a higher frequency
| require 'rails_helper' | |
| ::LIGHT_COLORS = %i[ | |
| #800000 | |
| #ff0000 | |
| #800080 | |
| #ff00ff | |
| #008000 | |
| #00ff00 | |
| #808000 |
| code = request.params[:code] | |
| hmac = request.params[:hmac] | |
| shop = request.params[:shop] | |
| no_values_present = code.nil? && hmac.nil? && shop.nil? | |
| if no_values_present | |
| shopify_session = ShopifyAPI::Session.new(current_franchise.shopify_store_url) | |
| scope = ["read_customers"] | |
| uri = URI(permission_url) |
To Only remove task templates and recreate
# find source team
src_team = Team.find 836
# find each org
iserve = Organization.find 575
idirect = Organization.find 574
idirect_operable_teams = idirect.teams.where.not(id: 836)| class Booking::ReportGenerator < ReportGenerator | |
| # Presenter class overriding superclass method | |
| # | |
| # @return [Class] | |
| # | |
| # @api public | |
| def presenter_class | |
| ReportPresenter | |
| end |