Skip to content

Commit

Permalink
node:16 AS nodebase
Browse files Browse the repository at this point in the history
  • Loading branch information
skoc10 committed May 14, 2024
1 parent 0690389 commit d32e1ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Dockerfile.azure
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
FROM node:16 AS nodebase

FROM mcr.microsoft.com/dotnet/sdk:7.0 AS base

COPY --from=nodebase /usr/local/bin /usr/local/bin
COPY --from=nodebase /usr/local/lib /usr/local/lib

WORKDIR /src
COPY . .
RUN dotnet tool install -g volo.abp.cli
Expand Down

0 comments on commit d32e1ad

Please sign in to comment.