feature/ci-cd #1

Merged
homeburger merged 53 commits from feature/ci-cd into main 2026-02-28 23:04:37 -06:00
Showing only changes of commit 553006f36b - Show all commits

View File

@@ -3,10 +3,10 @@
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
WORKDIR /src WORKDIR /src
COPY *.csproj . COPY api/*.csproj .
RUN dotnet restore RUN dotnet restore
COPY . . COPY api/. .
RUN dotnet publish -c Release -o /app/publish RUN dotnet publish -c Release -o /app/publish
# run # run