Add: new `make bash` action to enter a running container

feature/oscar-theme
Óscar M. Lage 2022-01-20 01:12:44 +01:00
parent b3507c002c
commit 05334d7887
1 changed files with 3 additions and 0 deletions

View File

@ -6,5 +6,8 @@ build:
serve:
docker-compose -f docker-compose.yml up serve
bash:
docker-compose -f docker-compose.yml exec serve bash
shell:
docker-compose -f docker-compose.yml run build shell