4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
DOCKER_BUILDKIT=1 tilt docker build -- -f Dockerfile.lint .
|