mirror of
https://github.com/eliasstepanik/SimpleFunctions.git
synced 2026-01-11 05:38:32 +00:00
d
This commit is contained in:
parent
7266eb43d5
commit
965924ea19
@ -9,7 +9,7 @@ COPY ["Functions/Functions.csproj", "Functions/"]
|
||||
RUN dotnet restore "Functions/Functions.csproj"
|
||||
COPY . .
|
||||
WORKDIR "/src/Functions"
|
||||
RUN dotnet build "Functions.csproj" -c Release -o /app/build
|
||||
RUN dotnet build "Functions.csproj" -c Release -o /app/build --build-arg source=src
|
||||
|
||||
FROM build AS publish
|
||||
RUN dotnet publish "Functions.csproj" -c Release -o /app/publish /p:UseAppHost=false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user