remove build-args from Makefile

This commit is contained in:
Andrejus
2020-03-03 17:50:17 +00:00
parent 638c907c06
commit 7ee3229c7d

View File

@@ -19,11 +19,10 @@ clean:
# Build and tag docker image # Build and tag docker image
build: build:
docker build . -t dotfiles --build-arg docker build . -t dotfiles
# Run tests in docker container (args to specify test) # Run tests in docker container (args to specify test)
test: test:
docker build . -t dotfiles --build-args
docker run dotfiles docker run dotfiles
# Launch bash in docker container # Launch bash in docker container