diff --git a/DisplayUtil.csproj b/DisplayUtil.csproj index e4b8c16..e4dfa63 100644 --- a/DisplayUtil.csproj +++ b/DisplayUtil.csproj @@ -17,10 +17,10 @@ - + \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index c518c11..a247794 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* COPY build/ . +RUN mkdir Resources +COPY Resources/ ./Resources ENTRYPOINT ["dotnet", "DisplayUtil.dll"] \ No newline at end of file