Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Balk authored Nov 24, 2023
1 parent dc79d5d commit 7d30615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Blog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#See https://aka.ms/containerfastmode to understand how Visual Studio uses this Dockerfile to build your images for faster debugging.

FROM mcr.microsoft.com/dotnet/aspnet:6.0-arm64 AS base
FROM mcr.microsoft.com/dotnet/aspnet:6.0-focal AS base
WORKDIR /app
EXPOSE 80

FROM mcr.microsoft.com/dotnet/sdk:6.0-arm64 AS build
FROM mcr.microsoft.com/dotnet/sdk:6.0-focal AS build
WORKDIR /src
COPY ["Blog/Blog.csproj", "Blog/"]
RUN dotnet restore "Blog/Blog.csproj"
Expand Down

0 comments on commit 7d30615

Please sign in to comment.