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

Docker fails to build #5

Open
m0420 opened this issue Mar 23, 2023 · 1 comment
Open

Docker fails to build #5

m0420 opened this issue Mar 23, 2023 · 1 comment
Labels
question Further information is requested

Comments

@m0420
Copy link

m0420 commented Mar 23, 2023

Docker Desktop, newest build for Windows 11

error message:

=> ERROR [production 1/1] COPY dest /app 0.0s

[production 1/1] COPY dest /app:


failed to compute cache key: "/dest" not found: not found

@bumbummen99
Copy link
Collaborator

bumbummen99 commented Mar 23, 2023

There is no release yet, most of the code is WIP at this point. You will be able to run the application without building anything just by running docker as the Build will be pushed as docker image onto Docker Hub and GiTHub registry.

If you are interested in development / debug you should have installed Docker and use VSCode to open the DevContainer or you can use GitHub Codespaces - there is an bash alias configured in the DevContainer so you can run the source directly using like for example spdl help.

@bumbummen99 bumbummen99 added the question Further information is requested label Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants