Skip to content
Snippets Groups Projects
Commit 70c776cd authored by jurgenhaas's avatar jurgenhaas
Browse files

docker/gitlab-drupal-ci#3 Remove container after execution

parent d90932a3
No related branches found
No related tags found
No related merge requests found
ahoyapi: v2
commands:
exec:
cmd: export $(cat .env | xargs) && docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/drupal -v $SSH_AUTH_SOCK:/ssh-agent -v ${HOME}/.traefik:/root/.traefik -e SSH_AUTH_SOCK=/ssh-agent -w /drupal registry.lakedrops.com/docker/l3d:php-${PHP_VERSION} "$@"
cmd: export $(cat .env | xargs) && docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v ${PWD}:/drupal -v $SSH_AUTH_SOCK:/ssh-agent -v ${HOME}/.traefik:/root/.traefik -e SSH_AUTH_SOCK=/ssh-agent -w /drupal registry.lakedrops.com/docker/l3d:php-${PHP_VERSION} "$@"
hide: true
up:
cmd: ahoy dev exec /usr/bin/fish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment