split out .profile

This commit is contained in:
Andrejus
2020-03-20 19:04:51 +00:00
parent 9fa663b41f
commit 826cc598b9
5 changed files with 42 additions and 40 deletions

View File

@@ -19,12 +19,12 @@ clean:
# Build and tag docker image
build:
docker build . -t dotfiles
docker build . -t dotfiles:latest
# Run tests in docker container (args to specify test)
test:
docker run dotfiles
docker run dotfiles:latest
# Launch bash in docker container
start:
docker run -it dotfiles /bin/bash
docker run -it dotfiles:latest /bin/bash