Created
March 1, 2016 14:26
-
-
Save lopex/e756dbffd67d14ce9edf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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