Skip to content

Commit

Permalink
update dockefile
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Sep 11, 2023
1 parent 5ad86d0 commit 146b7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY ["src/AgileConfig.Server.Data.Freesql/AgileConfig.Server.Data.Freesql.cspro
COPY ["src/AgileConfig.Server.Common/AgileConfig.Server.Common.csproj", "AgileConfig.Server.Common/"]
COPY ["src/AgileConfig.Server.OIDC/AgileConfig.Server.OIDC.csproj", "AgileConfig.Server.OIDC/"]

RUN dotnet restore "src/AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj" -r linux-arm64
RUN dotnet restore "AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj" -r linux-arm64
COPY src/. .
WORKDIR "/src/AgileConfig.Server.Apisite"
RUN dotnet build "AgileConfig.Server.Apisite.csproj" -c Release -o /app/build -r linux-arm64
Expand Down

0 comments on commit 146b7bb

Please sign in to comment.