jecicorp / dahbox

Simple integration of podman and buildah to run any application in a rootless container easily.
GNU General Public License v3.0
0 stars 0 forks source link

DAHBOX_COMMAND remove `-e` #4

Open jeremie-lesage opened 2 years ago

jeremie-lesage commented 2 years ago
$ dahbox create ng --from node --tag 14.16 -e HOME @angular/cli @angular-devkit/build-angular @angular/compiler-cli
$ grep DAHBOX_COMMAND ../.dahbox/ng
# DAHBOX_COMMAND=dahbox create ng --from node --tag 14.16  HOME @angular/cli @angular-devkit/build-angular @angular/compiler-cli

The -e before HOME disappeared