Skip to content

Commit ceb4a70

Browse files
authored
build: fix localdev script (#79)
1 parent 8c8c080 commit ceb4a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/localdev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -Eeuo pipefail
44

55
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)
66

7-
cd "${SCRIPT_DIR}/../main"
7+
cd "${SCRIPT_DIR}/main/docker"
88

99
echo '🏗️ Building the DEV image...'
1010
docker buildx bake dev --print

0 commit comments

Comments
 (0)