summaryrefslogtreecommitdiff
path: root/dactyl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dactyl.sh')
-rwxr-xr-xdactyl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dactyl.sh b/dactyl.sh
index 43bb553..0fc2658 100755
--- a/dactyl.sh
+++ b/dactyl.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# ******************* #
# ******************* setup ******************* #
@@ -284,7 +284,7 @@ function imageExists() {
function buildImage() {
inform "Building docker image: $imageName..."
- docker build -t dactyl-keyboard -f docker/Dockerfile .
+ docker build --format docker -t dactyl-keyboard -f docker/Dockerfile .
}
function promptBuildImageIfNotExists() {