Skip to content

Commit d32e1ad

Browse files
committed
node:16 AS nodebase
1 parent 0690389 commit d32e1ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Dockerfile.azure

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1+
FROM node:16 AS nodebase
2+
13
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS base
4+
5+
COPY --from=nodebase /usr/local/bin /usr/local/bin
6+
COPY --from=nodebase /usr/local/lib /usr/local/lib
7+
28
WORKDIR /src
39
COPY . .
410
RUN dotnet tool install -g volo.abp.cli

0 commit comments

Comments
 (0)