Last active
May 17, 2016 22:26
-
-
Save dmds1993/28b2d4c1bcef631a3ea0e34e73f85a02 to your computer and use it in GitHub Desktop.
comado docker para alteração de tenant
This file contains hidden or 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
| docker run --name vistoproxy --rm --add-host vistosystem:172.17.0.1 \ | |
| -v /home/daniel/Documents/dev/visto-static/whirlpoolpedia:/var/lib/arizona/visto-static/current/arizona \ | |
| -it vistoproxy-docker | |
| rsync -av /home/daniel/Documents/dev/visto-system/visto-system-web/src/main/webapp/WEB-INF/views IP:/usr/local/jboss/standalone/tmp/vfs/deploymentb49d2950516c59c3/visto-system-web.war-dcffbe9b09708643/WEB-INF | |
| sudo chmod -R 777 /usr/local/jboss/standalone/tmp/vfs/deploymentb49d2950516c59c3/visto-system-web.war-dcffbe9b09708643/WEB-INF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment