Skip to content

Commit 0d8aab7

Browse files
authored
build: fix localdev script by specifying the right Docker context (#91)
1 parent 1e04e06 commit 0d8aab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

localdev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ set -eu
1111

1212
SCRIPT_DIR=$(cd "$(dirname "$0")" > /dev/null 2>&1 && pwd -P)
1313

14-
cd "${SCRIPT_DIR}/main/docker"
14+
cd "${SCRIPT_DIR}/src/main/docker"
1515

1616
echo '🏗️ Building the DEV image...'
1717
docker buildx bake dev --print

0 commit comments

Comments
 (0)