1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

aliases: add UID to dalpine

This commit is contained in:
Joe Groocock 2018-06-23 23:49:11 +01:00 committed by GitHub
parent 3bcb38f9f2
commit 94c3cb5741
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,6 +67,7 @@ alias acmesh='$XDG_CONFIG_HOME/acme.sh/acme.sh --home $XDG_CONFIG_HOME/acme.sh -
exists gopass && alias pass='gopass'
alias abuild='docker run -ti --rm \
-e USER \
-e UID="$(id -u)" \
-e PWD \
-e HOME \
-w $PWD \