Skip to content

Commit

Permalink
Merge pull request #562 from area363/release/72-to-dev
Browse files Browse the repository at this point in the history
Release/72 to dev
  • Loading branch information
area363 authored Nov 21, 2023
2 parents cda4813 + 2333af9 commit 32f9375
Show file tree
Hide file tree
Showing 42 changed files with 8,007 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN dotnet publish NineChronicles.Headless/NineChronicles.Headless.Executable/Ni
# Build runtime image
FROM mcr.microsoft.com/dotnet/sdk:6.0
WORKDIR /app
RUN dotnet tool install --global dotnet-ef
RUN dotnet tool install --global dotnet-ef --version 7.0.14
ENV PATH="${PATH}:/${HOME}/.dotnet/tools"
COPY --from=build-env /app/out .
COPY --from=build-env /app/out2 NineChronicles.Headless.Executable
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN dotnet publish NineChronicles.Headless/NineChronicles.Headless.Executable/Ni
# Build runtime image
FROM --platform=linux/amd64 mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim
WORKDIR /app
RUN dotnet tool install --global dotnet-ef
RUN dotnet tool install --global dotnet-ef --version 7.0.14
ENV PATH="${PATH}:/${HOME}/.dotnet/tools"
COPY --from=build-env /app/out .
COPY --from=build-env /app/out2 NineChronicles.Headless.Executable
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64v8
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN dotnet publish NineChronicles.Headless/NineChronicles.Headless.Executable/Ni
# Build runtime image
FROM --platform=linux/arm64 mcr.microsoft.com/dotnet/sdk:6.0-bullseye-slim-arm64v8
WORKDIR /app
RUN dotnet tool install --global dotnet-ef
RUN dotnet tool install --global dotnet-ef --version 7.0.14
ENV PATH="${PATH}:/${HOME}/.dotnet/tools"
COPY --from=build-env /app/out .
COPY --from=build-env /app/out2 NineChronicles.Headless.Executable
Expand Down
Loading

0 comments on commit 32f9375

Please sign in to comment.