Replies: 1 comment
-
I found it. I need to supply the full path to the excusable docker.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to build and app so I can start backend services locally running on Docker. I try to use the command
docker compose --build -d
and it works when we run it with pnpmpnpm tauri dev
but when I build the apppnpm tauri build
it didn't start the docker.Does anyone know why?
Beta Was this translation helpful? Give feedback.
All reactions