We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae4eed commit 3df05a7Copy full SHA for 3df05a7
1 file changed
src/Api/Dockerfile
@@ -3,8 +3,6 @@
3
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine as builder
4
WORKDIR /build
5
COPY ../../. .
6
-RUN apk add --no-cache nodejs npm
7
-RUN npm install -g yarn
8
RUN dotnet publish src/Api/Api.csproj -c Release -o /build/publish
9
10
#########################################################################
0 commit comments