mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-13 17:22:54 -05:00
Expose port 80 and fix message
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:5.0-focal-arm32v7 AS base
|
||||
WORKDIR /app
|
||||
EXPOSE 80
|
||||
|
||||
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS build
|
||||
WORKDIR /src
|
||||
|
||||
@@ -96,7 +96,7 @@ namespace ChrisKaczor.HomeMonitor.Weather.SerialReader
|
||||
|
||||
if (!BoardStarted)
|
||||
{
|
||||
BoardStarted = message.Contains("Board started");
|
||||
BoardStarted = message.Contains("Board starting");
|
||||
|
||||
if (BoardStarted)
|
||||
WriteLog("Board started");
|
||||
|
||||
Reference in New Issue
Block a user