Skip to content

Commit

Permalink
Removed build
Browse files Browse the repository at this point in the history
  • Loading branch information
hiresm committed Oct 17, 2023
1 parent abf88c2 commit 3c2010f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ COPY ["AutomatedTestingApp/AutomatedTestingApp/AutomatedTestingApp.csproj", "Aut
RUN dotnet restore "AutomatedTestingApp/AutomatedTestingApp.csproj"
COPY . .
WORKDIR "/src/AutomatedTestingApp"
RUN dotnet build "AutomatedTestingApp.csproj" -c Release

FROM build AS publish
RUN dotnet publish "AutomatedTestingApp.csproj" -c Release -o /app/publish /p:UseAppHost=false
Expand Down

0 comments on commit 3c2010f

Please sign in to comment.