🗂️ refactor: organize Dockerfiles into docker/ directory and update all references
This commit is contained in:
@@ -16,7 +16,12 @@ echo ""
|
||||
|
||||
# 2. Build the build cache image
|
||||
echo "2. Building build cache image..."
|
||||
docker build -t dance-lessons-coach-build-cache:$DEPS_HASH -f Dockerfile.build .
|
||||
if command -v docker >/dev/null 2>&1; then
|
||||
docker build -t dance-lessons-coach-build-cache:$DEPS_HASH -f docker/Dockerfile.build .
|
||||
else
|
||||
echo "❌ Docker not found"
|
||||
exit 1
|
||||
fi
|
||||
echo "✅ Build cache image built: dance-lessons-coach-build-cache:$DEPS_HASH"
|
||||
echo ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user