Update namespaces

This commit is contained in:
2019-07-20 18:36:45 -04:00
parent 7d13873072
commit 88014d4d7d
14 changed files with 24 additions and 22 deletions

View File

@@ -13,4 +13,4 @@ RUN dotnet publish -r linux-arm --self-contained=false "SerialReader.csproj" -c
FROM base AS final
WORKDIR /app
COPY --from=build /app .
ENTRYPOINT ["dotnet", "Weather.SerialReader.dll"]
ENTRYPOINT ["dotnet", "ChrisKaczor.HomeMonitor.Weather.SerialReader.dll"]