-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Hello,
I am trying to start docker with docker compose -f docker-compose.yml up --build as directed but I get this:
...
7.473 Successfully created package '/app/ASCOM.Alpaca.Razor/bin/Release/ASCOM.Alpaca.Razor.0.5.0.nupkg'.
9.868 ASCOM.Alpaca.Simulators -> /app/ASCOM.Alpaca.Simulators/bin/Release/net8.0/ascom.alpaca.simulators.dll
9.875 /app/ASCOM.Alpaca.Simulators/ASCOM.Alpaca.Simulators.csproj(112,5): error MSB3030: Could not copy the file "../OmniSimCOMProxy/bin/Release/net48/OmniSim.COMProxy.exe" because it was not found.
------
Dockerfile:41
--------------------
39 |
40 | WORKDIR /app/ASCOM.Alpaca.Simulators
41 | >>> RUN dotnet publish -c Release -o out
42 |
43 | # Build runtime image
--------------------
failed to solve: process "/bin/sh -c dotnet publish -c Release -o out" did not complete successfully: exit code: 1
It did work normally up to commit fce059f, I have not tested later.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels