RaythaHQ / raytha

Raytha is a powerful CMS with an easy-to-use interface and fast performance. It offers custom content types, a template engine, and various access controls. It supports multiple storage providers and an automatically generated REST API. Upgrade your development workflow with Raytha.
MIT License
144 stars 30 forks source link

Add missing line to Dockerfile to fix build failure #101

Closed apexdodge closed 1 year ago

apexdodge commented 1 year ago

Building with docker is currently failing. Easy fix though.

The Dockerfile: https://github.com/RaythaHQ/raytha/blob/main/Dockerfile

The following line needs to be added after line 13 in the Dockerfile.

COPY ["tests/Raytha.Domain.UnitTests/Raytha.Domain.UnitTests.csproj", "tests/Raytha.Domain.UnitTests/"]
apexdodge commented 1 year ago

Merged into dev and will be released with v1.0.4