remove build-args from Makefile
This commit is contained in:
3
Makefile
3
Makefile
@@ -19,11 +19,10 @@ clean:
|
||||
|
||||
# Build and tag docker image
|
||||
build:
|
||||
docker build . -t dotfiles --build-arg
|
||||
docker build . -t dotfiles
|
||||
|
||||
# Run tests in docker container (args to specify test)
|
||||
test:
|
||||
docker build . -t dotfiles --build-args
|
||||
docker run dotfiles
|
||||
|
||||
# Launch bash in docker container
|
||||
|
||||
Reference in New Issue
Block a user