Skip to content

Instantly share code, notes, and snippets.

@lopex
Created March 1, 2016 14:26
Show Gist options
  • Save lopex/e756dbffd67d14ce9edf to your computer and use it in GitHub Desktop.
Save lopex/e756dbffd67d14ce9edf to your computer and use it in GitHub Desktop.
From torquebox:latest
COPY standalone.xml /opt/torquebox/jboss/standalone/configuration/standalone.xml
COPY standalone.xml /opt/standalone.xml
COPY test-knob.yml /opt/torquebox/jboss/standalone/deployments/test-knob.yml
COPY jt400.jar /opt/torquebox/jruby/lib/jt400.jar
RUN touch /opt/torquebox/jboss/standalone/deployments/test-knob.yml.dodeploy
COPY app/Gemfile /opt/Gemfile
RUN cd /opt && bundle u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment