:-'Generic Commit'
Some checks failed
Gitea Actions Demo / Build (push) Failing after 1m23s

This commit is contained in:
Your Name 2025-05-30 00:29:24 +12:00
parent d64189d859
commit 411876c1ef
2 changed files with 0 additions and 4 deletions

View File

@ -14,8 +14,6 @@ RUN apk add --no-cache \
bash
RUN curl -fsSL https://get.docker.com | sh
RUN docker ps
WORKDIR /app

View File

@ -9,8 +9,6 @@ RUN apt-get update && apt-get install -y \
RUN curl -fsSL https://get.docker.com | sh
RUN docker ps
WORKDIR /app
COPY cppbuilder .