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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user