Skip to content

Commit

Permalink
Merge pull request #116 from i8beef/107-GoogleSchemas
Browse files Browse the repository at this point in the history
Fix Docker builds to include schema files
  • Loading branch information
i8beef authored Dec 31, 2020
2 parents 2dbf21b + 01f7016 commit 6e04761
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY HomeAutio.Mqtt.GoogleHome.Tests/*.csproj ./HomeAutio.Mqtt.GoogleHome.Tests/
RUN dotnet restore

# copy and build everything else
COPY smart-home-schema/. ./smart-home-schema/
COPY HomeAutio.Mqtt.GoogleHome/. ./HomeAutio.Mqtt.GoogleHome/
COPY HomeAutio.Mqtt.GoogleHome.Tests/. ./HomeAutio.Mqtt.GoogleHome.Tests/
RUN dotnet build -c Release
Expand Down
1 change: 1 addition & 0 deletions src/Dockerfile.arm32
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY HomeAutio.Mqtt.GoogleHome.Tests/*.csproj ./HomeAutio.Mqtt.GoogleHome.Tests/
RUN dotnet restore

# copy and build everything else
COPY smart-home-schema/. ./smart-home-schema/
COPY HomeAutio.Mqtt.GoogleHome/. ./HomeAutio.Mqtt.GoogleHome/
COPY HomeAutio.Mqtt.GoogleHome.Tests/. ./HomeAutio.Mqtt.GoogleHome.Tests/
RUN dotnet build -c Release
Expand Down

0 comments on commit 6e04761

Please sign in to comment.