Fix Dockerfile, copy CLI
This commit is contained in:
parent
1d55070daf
commit
ca283fcfff
@ -2,6 +2,7 @@
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:7.0 as build-env
|
||||
WORKDIR /src
|
||||
COPY CLI /src/CLI
|
||||
COPY Tranga /src/Tranga
|
||||
COPY Logging /src/Logging
|
||||
COPY Tranga.sln /src
|
||||
|
Loading…
Reference in New Issue
Block a user