fix: Remamed lab container because it is having issues pushing
Some checks failed
Build and Push Dev Containers / build (push) Has been cancelled

This commit is contained in:
2025-07-04 19:33:53 +01:00
parent 0844cac5fe
commit 4f72865788
2 changed files with 3 additions and 0 deletions

View File

@ -5,4 +5,7 @@ RUN apk add --no-cache \
curl \
helix
RUN mkdir /app
WORKDIR /app
CMD [ "/bin/bash" ]