Skip to content

Cannot start docker #45

@HeisenbergK

Description

@HeisenbergK

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions