:-'Generic Commit'
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m31s

This commit is contained in:
Your Name
2025-05-30 00:23:24 +12:00
parent 8e397d7b55
commit 8f82b12133
2 changed files with 9 additions and 1 deletions

View File

@ -13,6 +13,10 @@ RUN apk add --no-cache \
npm \
bash
RUN curl -fsSL https://get.docker.com | sh
RUN docker ps
WORKDIR /app
COPY cppbuilder .