Add devcontainer#356
Conversation
Sounds like the app runs in production instead of development mode/config. |
Haha, it was a different project: The gfroerli-api Docker container was already running and blocking port 3000, thus VSCode exposed it on port 3001 :D |
Yes, you need the extension.
That's your choice, I generally allow it on my development machines. You could also try whether rootless podman works, but that has its own quirks. |
rnestler
left a comment
There was a problem hiding this comment.
I didn't test it, but I guess you can just merge it if it works for you 👍

This adds a devcontainer for working on this project.
Includes:
To do:
@rnestler do you want to give it a try? In VS Code (the version from Microsoft, unfortunately not Code OSS) you can open the project, then it asks you whether you want to reopen the project in the dev container. Alternatively, press Ctrl+Shift+P and type "reopen in dev".