Didn't see "docker compose run" in Run Task Bar VSCode #8865
-
Hi everyone! I was following the React Frontend Development document. I have all the prerequisites installed but when I came across the instruction "Run the following command: docker compose run inventree-dev-server invoke int.frontend-compile" I hit a dead end. VSCode doesn't give the command "docker compose run" in the Run Task Bar, and when I tried it on bash it says "command not found". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@particle28 you do not run the From the devcontainer simply run the invoke commands e.g. |
Beta Was this translation helpful? Give feedback.
@particle28 you do not run the
docker compose
prefix in the devcontainer setup. Can you link to the documentation page where you saw that? Perhaps our docs are wrong.From the devcontainer simply run the invoke commands e.g.
invoke int.frontend-compile