2 Commits

Author SHA1 Message Date
69081b846a enabled pointer events for clicks on servives
Some checks failed
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is passing
2025-10-11 01:11:42 +05:30
df1a556d94 added context for docker build
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/tag Build is passing
2025-10-10 18:22:41 +05:30
2 changed files with 1 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ steps:
exit 1 exit 1
fi fi
echo "🔨 Building Docker image apps/homepage:$IMAGE_TAG ..." echo "🔨 Building Docker image apps/homepage:$IMAGE_TAG ..."
docker build --network=host -t apps/homepage:$IMAGE_TAG -t apps/homepage:latest docker build --network=host -t apps/homepage:$IMAGE_TAG -t apps/homepage:latest .
# Step 3: Stop old container (if exists) # Step 3: Stop old container (if exists)
- name: stop-old - name: stop-old

View File

@@ -209,7 +209,6 @@ export default function Services() {
variant="outlined" variant="outlined"
sx={{ sx={{
display: { xs: 'none', sm: 'flex' }, display: { xs: 'none', sm: 'flex' },
pointerEvents: 'none',
}} }}
> >
<ServiceList serviceList={selectedFeature.serviceList} /> <ServiceList serviceList={selectedFeature.serviceList} />