We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f264e2 commit d87a55fCopy full SHA for d87a55f
Makefile
@@ -20,7 +20,7 @@ default: build
20
21
# Build image
22
build:
23
- docker build -t $(IMAGE_NAME):dev .
+ docker build -t $(IMAGE_NAME):dev .
24
25
# Run tests
26
test: build
0 commit comments