Skip to content

Instantly share code, notes, and snippets.

@dmds1993
Last active May 17, 2016 22:26
Show Gist options
  • Select an option

  • Save dmds1993/28b2d4c1bcef631a3ea0e34e73f85a02 to your computer and use it in GitHub Desktop.

Select an option

Save dmds1993/28b2d4c1bcef631a3ea0e34e73f85a02 to your computer and use it in GitHub Desktop.
comado docker para alteração de tenant
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