/devcontainer

Docker container for local development

Primary LanguageDockerfileMIT LicenseMIT

devcontainer

Docker container for local development

Build

docker-compose build

Using

For Visual Sudio Code Users.

  1. Download the remote container extension. https://code.visualstudio.com/docs/remote/containers
  2. Place a .devcontainer directory in the root directory of project you want to develop in.
    Inside the .devcontainer directory is a devcontainer.json file.