Last active
April 29, 2019 21:45
-
-
Save DorkNstein/63d1b527e83656d56b8ef08ab28dcbac to your computer and use it in GitHub Desktop.
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
## DLE | |
#Dev | |
docker exec -it 6d8c14df025b /bin/bash | |
docker cp ./dist 6d8c14df025b:/app/client/ | |
#Stage | |
docker exec -it 694a2e7eca70 /bin/bash | |
docker cp ./dist 694a2e7eca70:/app/client/ | |
## StopLoss | |
# Dev | |
docker exec -it d806d0778855 /bin/bash | |
docker cp ./dist d806d0778855:/app/client/ | |
# Stage | |
docker exec -it 9067d6dd2d19 /bin/bash | |
docker cp ./dist 9067d6dd2d19:/app/client/ | |
# Prod | |
docker exec -it e74f4ffc6c8e /bin/bash | |
docker cp ./dist e74f4ffc6c8e:/app/client/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment