We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c8c080 commit ceb4a70Copy full SHA for ceb4a70
src/localdev.sh
@@ -4,7 +4,7 @@ set -Eeuo pipefail
4
5
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd -P)
6
7
-cd "${SCRIPT_DIR}/../main"
+cd "${SCRIPT_DIR}/main/docker"
8
9
echo '🏗️ Building the DEV image...'
10
docker buildx bake dev --print
0 commit comments