Created
November 21, 2019 14:11
-
-
Save gustavomedeiross/976315fc838ef4f7e46784a1c6a5a1f7 to your computer and use it in GitHub Desktop.
docker-compose build bash script for UID permissions on Linux
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
#!/bin/bash | |
echo "Building docker containers!" | |
eval "docker-compose build --build-arg uid=$UID" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment