Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JonTaylorBCGov2 committed May 1, 2024
1 parent cc2d912 commit edd78a9
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 @@ -29,6 +29,7 @@ RUN npm install -g autorest

# build
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 edd78a9

Please sign in to comment.