Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing line to Dockerfile to fix build failure #101

Closed
apexdodge opened this issue Mar 28, 2023 · 1 comment
Closed

Add missing line to Dockerfile to fix build failure #101

apexdodge opened this issue Mar 28, 2023 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@apexdodge
Copy link
Contributor

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 apexdodge added bug Something isn't working good first issue Good for newcomers labels Mar 28, 2023
@apexdodge apexdodge added this to the v1.0.4 milestone Mar 28, 2023
@divyeshio divyeshio mentioned this issue Mar 30, 2023
@apexdodge
Copy link
Contributor Author

Merged into dev and will be released with v1.0.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant