classic compilation
All checks were successful
Build and Test / build-image (push) Successful in 15s
All checks were successful
Build and Test / build-image (push) Successful in 15s
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN dotnet publish Program.cs -c Release -o published
|
||||
RUN dotnet publish -c Release -o published
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:10.0
|
||||
WORKDIR /app
|
||||
|
||||
Reference in New Issue
Block a user