mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -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
|
FROM mcr.microsoft.com/dotnet/aspnet:5.0-focal-arm32v7 AS base
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
EXPOSE 80
|
||||||
|
|
||||||
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS build
|
FROM mcr.microsoft.com/dotnet/sdk:5.0-focal AS build
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ namespace ChrisKaczor.HomeMonitor.Weather.SerialReader
|
|||||||
|
|
||||||
if (!BoardStarted)
|
if (!BoardStarted)
|
||||||
{
|
{
|
||||||
BoardStarted = message.Contains("Board started");
|
BoardStarted = message.Contains("Board starting");
|
||||||
|
|
||||||
if (BoardStarted)
|
if (BoardStarted)
|
||||||
WriteLog("Board started");
|
WriteLog("Board started");
|
||||||
|
|||||||
Reference in New Issue
Block a user