Skip to content

Commit 3df05a7

Browse files
committed
remove yarn from backend
1 parent 6ae4eed commit 3df05a7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Api/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
FROM mcr.microsoft.com/dotnet/sdk:9.0-alpine as builder
44
WORKDIR /build
55
COPY ../../. .
6-
RUN apk add --no-cache nodejs npm
7-
RUN npm install -g yarn
86
RUN dotnet publish src/Api/Api.csproj -c Release -o /build/publish
97

108
#########################################################################

0 commit comments

Comments
 (0)