Skip to content

Instantly share code, notes, and snippets.

@gustavomedeiross
Created November 21, 2019 14:11
Show Gist options
  • Save gustavomedeiross/976315fc838ef4f7e46784a1c6a5a1f7 to your computer and use it in GitHub Desktop.
Save gustavomedeiross/976315fc838ef4f7e46784a1c6a5a1f7 to your computer and use it in GitHub Desktop.
docker-compose build bash script for UID permissions on Linux
#!/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