mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-02-12 19:08:29 -05:00
Update namespaces
This commit is contained in:
@@ -14,4 +14,4 @@ RUN dotnet publish "Service.csproj" -c Release -o /app
|
||||
FROM base AS final
|
||||
WORKDIR /app
|
||||
COPY --from=build /app .
|
||||
ENTRYPOINT ["dotnet", "Weather.Service.dll"]
|
||||
ENTRYPOINT ["dotnet", "ChrisKaczor.HomeMonitor.Weather.Service.dll"]
|
||||
Reference in New Issue
Block a user