Skip to content

Commit 18cb7e3

Browse files
Merge pull request #128 from nullinside-development-group/feat/logging
feat: logging
2 parents bcc2fef + 913ccdf commit 18cb7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
66
ARG BUILD_CONFIGURATION=Release
77
ARG TAG_VERSION
88
WORKDIR /src
9-
COPY ["src/Nullinside.TwitchStreamingTools/Nullinside.TwitchStreamingTools.csproj", "src/TwitchStreamingTools/"]
9+
COPY ["src/Nullinside.TwitchStreamingTools/Nullinside.TwitchStreamingTools.csproj", "src/Nullinside.TwitchStreamingTools/"]
1010
RUN dotnet restore "src/Nullinside.TwitchStreamingTools/Nullinside.TwitchStreamingTools.csproj"
1111
COPY src/ .
1212
WORKDIR "/src/Nullinside.TwitchStreamingTools"

0 commit comments

Comments
 (0)