Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTaylor1971 committed May 2, 2024
2 parents a8e8075 + edd78a9 commit 8d1d40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN npm install -g autorest
# build
RUN dotnet build "web/web.njsproj" -c Release -o /app/publish
FROM build AS publish
RUN dotnet restore "web/web.njsproj"
RUN dotnet publish "web/web.njsproj" -c Release -o /app/publish
# --runtime linux-musl-x64 --no-self-contained

Expand Down

0 comments on commit 8d1d40e

Please sign in to comment.