feat: add project dirs
All checks were successful
Build container / base-build (push) Successful in 2m44s
All checks were successful
Build container / base-build (push) Successful in 2m44s
This commit is contained in:
2
devc.sh
2
devc.sh
@@ -49,6 +49,7 @@ param_args() {
|
||||
-host-spawn) # Enable spawning host commands from inside the container using host-spawn.
|
||||
arg "-v /run/user/$UID/bus:/tmp/bus"
|
||||
arg "-e HOST_HOME=$HOME" # Use to translate paths.
|
||||
arg "-e DBUS_SESSION_BUS_ADDRESS='unix:path=/tmp/bus'"
|
||||
;;
|
||||
*) # Use unknown arguments a podman arguments.
|
||||
arg "$1" ;;
|
||||
@@ -58,7 +59,6 @@ param_args() {
|
||||
}
|
||||
|
||||
### MAIN ###
|
||||
|
||||
# Get container registry from DEVC_REGISTRY env variable.
|
||||
if [ -n "${DEVC_REGISTRY:-}" ]; then
|
||||
registry="$DEVC_REGISTRY"
|
||||
|
||||
Reference in New Issue
Block a user