Fix Dockerfile, copy CLI

This commit is contained in:
glax 2023-09-02 22:39:54 +02:00
parent 1d55070daf
commit ca283fcfff

View File

@ -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