dev #48

Merged
glax merged 5 commits from dev into master 2023-07-21 00:10:34 +02:00
Showing only changes of commit 3cb2540794 - Show all commits

View File

@ -3,6 +3,7 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env
WORKDIR /src
COPY . /src/
RUN ls -l /src
RUN dotnet restore /src/API/API.csproj
RUN dotnet publish -c Release -o /publish